OPC Studio User's Guide and Reference
ParentPath Property



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Extensions.FileProviders Namespace > FileSystemNodeTreePosition Class : ParentPath Property
The full path to the parent of the file or directory.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=32, 
   ShortName="Parent Path")>
<NotNullAttribute()>
Public ReadOnly Property ParentPath As String
 
'Usage
 
Dim instance As FileSystemNodeTreePosition
Dim value As String
 
value = instance.ParentPath
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also