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