Path.DirectorySeparatorChar Field

 

Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

static val DirectorySeparatorChar : char

Field Value

Type: System.Char

The character stored in this field cannot be in InvalidPathChars. AltDirectorySeparatorChar and DirectorySeparatorChar are both valid for separating directory levels in a path string.

The following code example demonstrates the use of the DirectorySeparatorChar field.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: