Path Fields |
The Path type exposes the following members.
Name | Description | |
---|---|---|
AltDirectorySeparator | [AlphaFS] AltDirectorySeparatorChar = "/" Provides a platform-specific alternate string used to separate directory levels in a path string that reflects a hierarchical file system organization. | |
AltDirectorySeparatorChar | AltDirectorySeparatorChar = '/' Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization. | |
CurrentDirectoryPrefix | [AlphaFS] CurrentDirectoryPrefix = "." Provides a current directory string. | |
CurrentDirectoryPrefixChar | [AlphaFS] CurrentDirectoryPrefix = '.' Provides a current directory character. | |
DevicePrefix | [AlphaFS] DevicePrefix = "\Device\" Provides standard Windows Device prefix. | |
DirectorySeparator | [AlphaFS] DirectorySeparator = "\" Provides a platform-specific string used to separate directory levels in a path string that reflects a hierarchical file system organization. | |
DirectorySeparatorChar | DirectorySeparatorChar = '\' Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization. | |
DosDeviceLanmanPrefix | [AlphaFS] DosDeviceLanmanPrefix = "\Device\LanmanRedirector\" Provides a MS-Dos Lanman Redirector Path UNC prefix to a network share. | |
DosDeviceMupPrefix | [AlphaFS] DosDeviceMupPrefix = "\Device\Mup\" Provides a MS-Dos Mup Redirector Path UNC prefix to a network share. | |
DosDeviceUncPrefix | [AlphaFS] DosDeviceUncPrefix = "\??\UNC\" Provides a SUBST.EXE Path UNC prefix to a network share. | |
ExtensionSeparatorChar | [AlphaFS] ExtensionSeparatorChar = '.' Provides an Extension Separator character. | |
GlobalRootPrefix | [AlphaFS] GlobalRootPrefix = "\\?\GLOBALROOT\" Provides standard Windows Volume prefix. | |
LogicalDrivePrefix | [AlphaFS] MsDosNamespacePrefix = "\\.\" Provides standard logical drive prefix. | |
LongPathPrefix | [AlphaFS] LongPathPrefix = "\\?\" Provides standard Windows Long Path prefix. | |
LongPathUncPrefix | [AlphaFS] LongPathUncPrefix = "\\?\UNC\" Provides standard Windows Long Path UNC prefix. | |
ParentDirectoryPrefix | [AlphaFS] ParentDirectoryPrefix = ".." Provides a parent directory string. | |
PathSeparator | PathSeparator = ';' A platform-specific separator character used to separate path strings in environment variables. | |
StreamSeparator | [AlphaFS] StreamSeparator = ':' Provides a platform-specific Stream-name character. | |
StreamSeparatorChar | [AlphaFS] StreamSeparator = ':' Provides a platform-specific Stream-name character. | |
StringTerminatorChar | [AlphaFS] StringTerminatorChar = '\0' String Terminator Suffix. | |
SubstitutePrefix | [AlphaFS] SubstitutePrefix = "\??\" Provides a SUBST.EXE Path prefix to a Logical Drive. | |
UncPrefix | [AlphaFS] UncPrefix = "\\" Provides standard Windows Path UNC prefix. | |
WildcardQuestion | [AlphaFS] WildcardQuestion = "?" Provides a replace-item string. | |
WildcardQuestionChar | [AlphaFS] WildcardQuestion = '?' Provides a replace-item string. | |
WildcardStarMatchAll | [AlphaFS] WildcardStarMatchAll = "*" Provides a match-all-items string. | |
WildcardStarMatchAllChar | [AlphaFS] WildcardStarMatchAll = '*' Provides a match-all-items character. | |
VolumePrefix | [AlphaFS] VolumePrefix = "\\?\Volume" Provides standard Windows Volume prefix. | |
VolumeSeparator | [AlphaFS] VolumeSeparatorChar = ':' Provides a platform-specific Volume Separator character. | |
VolumeSeparatorChar | VolumeSeparatorChar = ':' Provides a platform-specific Volume Separator character. |