Module unix

Source
Expand description

Contains constants associated with Unix paths.

Constantsยง

CURRENT_DIR
Path component value that represents the current directory
CURRENT_DIR_STR
Path component value that represents the current directory
DISALLOWED_FILENAME_BYTES
Bytes that are not allowed in file or directory names
DISALLOWED_FILENAME_CHARS
Bytes that are not allowed in file or directory names
PARENT_DIR
Path component value that represents the parent directory
PARENT_DIR_STR
Path component value that represents the parent directory
SEPARATOR
The primary separator of path components for unix platforms
SEPARATOR_STR
The primary separator of path components for unix platforms