Module windows

Module windows 

Source
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