Expand description
Contains constants associated with Windows paths.
Constantsยง
- ALT_
SEPARATOR - The alternate separator of path components for windows platforms
- ALT_
SEPARATOR_ STR - The alternate separator of path components for windows platforms
- 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 - PARENT_
DIR - Path component value that represents the parent directory
- PARENT_
DIR_ STR - Path component value that represents the parent directory
- RESERVED_
DEVICE_ NAMES - Reserved names (case insensitive) that cannot be used with files or directories for personal use (system only)
- RESERVED_
DEVICE_ NAMES_ STR - Reserved names (case insensitive) that cannot be used with files or directories for personal use (system only)
- SEPARATOR
- The primary separator of path components for windows platforms
- SEPARATOR_
STR - The primary separator of path components for windows platforms