Click or drag to resize
Path Fields

The Path type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAltDirectorySeparatorChar
Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberDirectorySeparatorChar
Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.
Public fieldStatic memberInvalidPathChars
Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the Path class.
Public fieldStatic memberPathSeparator
A platform-specific separator character used to separate path strings in environment variables.
Public fieldStatic memberVolumeSeparatorChar
Provides a platform-specific volume separator character.
Top
See Also