Click or drag to resize

Path Fields

The Path type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAltDirectorySeparator
[AlphaFS] AltDirectorySeparatorChar = "/" Provides a platform-specific alternate string used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberAltDirectorySeparatorChar
AltDirectorySeparatorChar = '/' Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberCurrentDirectoryPrefix
[AlphaFS] CurrentDirectoryPrefix = "." Provides a current directory string.
Public fieldStatic memberCurrentDirectoryPrefixChar
[AlphaFS] CurrentDirectoryPrefix = '.' Provides a current directory character.
Public fieldStatic memberDevicePrefix
[AlphaFS] DevicePrefix = "\Device\" Provides standard Windows Device prefix.
Public fieldStatic memberDirectorySeparator
[AlphaFS] DirectorySeparator = "\" Provides a platform-specific string used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberDirectorySeparatorChar
DirectorySeparatorChar = '\' Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberDosDeviceLanmanPrefix
[AlphaFS] DosDeviceLanmanPrefix = "\Device\LanmanRedirector\" Provides a MS-Dos Lanman Redirector Path UNC prefix to a network share.
Public fieldStatic memberDosDeviceMupPrefix
[AlphaFS] DosDeviceMupPrefix = "\Device\Mup\" Provides a MS-Dos Mup Redirector Path UNC prefix to a network share.
Public fieldStatic memberDosDeviceUncPrefix
[AlphaFS] DosDeviceUncPrefix = "\??\UNC\" Provides a SUBST.EXE Path UNC prefix to a network share.
Public fieldStatic memberExtensionSeparatorChar
[AlphaFS] ExtensionSeparatorChar = '.' Provides an Extension Separator character.
Public fieldStatic memberGlobalRootPrefix
[AlphaFS] GlobalRootPrefix = "\\?\GLOBALROOT\" Provides standard Windows Volume prefix.
Public fieldStatic memberLogicalDrivePrefix
[AlphaFS] MsDosNamespacePrefix = "\\.\" Provides standard logical drive prefix.
Public fieldStatic memberLongPathPrefix
[AlphaFS] LongPathPrefix = "\\?\" Provides standard Windows Long Path prefix.
Public fieldStatic memberLongPathUncPrefix
[AlphaFS] LongPathUncPrefix = "\\?\UNC\" Provides standard Windows Long Path UNC prefix.
Public fieldStatic memberParentDirectoryPrefix
[AlphaFS] ParentDirectoryPrefix = ".." Provides a parent directory string.
Public fieldStatic memberPathSeparator
PathSeparator = ';' A platform-specific separator character used to separate path strings in environment variables.
Public fieldStatic memberStreamDataLabel
[AlphaFS] StreamDataLabel = ':$DATA' Provides a platform-specific Stream :$DATA label.
Public fieldStatic memberStreamSeparator
[AlphaFS] StreamSeparator = ':' Provides a platform-specific Stream-name character.
Public fieldStatic memberStreamSeparatorChar
[AlphaFS] StreamSeparator = ':' Provides a platform-specific Stream-name character.
Public fieldStatic memberStringTerminatorChar
[AlphaFS] StringTerminatorChar = '\0' String Terminator Suffix.
Public fieldStatic memberSubstitutePrefix
[AlphaFS] SubstitutePrefix = "\??\" Provides a SUBST.EXE Path prefix to a Logical Drive.
Public fieldStatic memberUncPrefix
[AlphaFS] UncPrefix = "\\" Provides standard Windows Path UNC prefix.
Public fieldStatic memberWildcardQuestion
[AlphaFS] WildcardQuestion = "?" Provides a replace-item string.
Public fieldStatic memberWildcardQuestionChar
[AlphaFS] WildcardQuestion = '?' Provides a replace-item string.
Public fieldStatic memberWildcardStarMatchAll
[AlphaFS] WildcardStarMatchAll = "*" Provides a match-all-items string.
Public fieldStatic memberWildcardStarMatchAllChar
[AlphaFS] WildcardStarMatchAll = '*' Provides a match-all-items character.
Public fieldStatic memberVolumePrefix
[AlphaFS] VolumePrefix = "\\?\Volume" Provides standard Windows Volume prefix.
Public fieldStatic memberVolumeSeparator
[AlphaFS] VolumeSeparatorChar = ':' Provides a platform-specific Volume Separator character.
Public fieldStatic memberVolumeSeparatorChar
VolumeSeparatorChar = ':' Provides a platform-specific Volume Separator character.
Top
See Also