Module typed_path::windows
source · Structs
- Represents a Windows-specific
Components
- Represents a Windows-specific
Utf8Encoding
- A structure wrapping a Windows path prefix as well as its unparsed string representation.
str
version ofstd::path::PrefixComponent
. - Represents a Windows-specific
Components
- Represents a Windows-specific
Encoding
- A structure wrapping a Windows path prefix as well as its unparsed string representation. Byte slice version of
std::path::PrefixComponent
.
Enums
str
slice version ofstd::path::Component
that represents a Windows-specific component- Windows path prefixes, e.g.,
C:
or\\server\share
. This is a byte slice version ofstd::path::Prefix
. - Byte slice version of
std::path::Component
that represents a Windows-specific component - Windows path prefixes, e.g.,
C:
or\\server\share
. This is a byte slice version ofstd::path::Prefix
.
Constants
- The alternate separator of path components for windows platforms
- The alternate separator of path components for windows platforms
- Path component value that represents the current directory
- Path component value that represents the current directory
- Bytes that are not allowed in file or directory names
- Path component value that represents the parent directory
- Path component value that represents the parent directory
- Reserved names (case insensitive) that cannot be used with files or directories for personal use (system only)
- Reserved names (case insensitive) that cannot be used with files or directories for personal use (system only)
- The primary separator of path components for windows platforms
- The primary separator of path components for windows platforms
Type Aliases
- Represents a Windows-specific
Utf8Path
- Represents a Windows-specific
Utf8PathBuf
- Represents a Windows-specific
Path
- Represents a Windows-specific
PathBuf