FileConst

Generic file-oriented attributes.

Members

Enums

CurrentDirChar
anonymousenum CurrentDirChar

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

Static variables

CurrentDirString
auto CurrentDirString;

The current directory string.

FileSeparatorString
auto FileSeparatorString;

The file separator string.

NewlineString
auto NewlineString;

The newline string.

ParentDirString
auto ParentDirString;

The parent directory string.

PathSeparatorString
auto PathSeparatorString;

The path separator string.

SystemPathString
auto SystemPathString;

The system path string.

Meta