Path.PathSeparator Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

A platform-specific separator character used to separate path strings in environment variables.

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

Syntax

Public Shared ReadOnly PathSeparator As Char
public static readonly char PathSeparator

Remarks

On Windows-based desktop platforms, the value of this field is the semicolon (;) by default, but might vary on other platforms.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Path Class

System.IO Namespace

Other Resources

Data for Windows Phone 8