Java.IO.File.PathSeparatorChar Property
The system-dependent character used to separate components in search paths (':').

Syntax

[Android.Runtime.Register("pathSeparatorChar")]
public static char PathSeparatorChar { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The system-dependent character used to separate components in search paths (':'). This is used to split such things as the PATH environment variable and classpath system properties into lists of directories to be searched.

This field is initialized from the system property "path.separator". Later changes to that property will have no effect on this field or this class.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1