FileConst.CurrentDirChar

A set of file-system specific constants for file and path separators (chars and strings).

Values

ValueMeaning
CurrentDirChar'.'

The current directory character.

FileSeparatorChar'.'

The file separator character.

PathSeparatorChar'/'

The path separator character.

SystemPathChar':'

The system path character.

Meta