[−][src]Trait std::os::windows::fs::FileTypeExt
🔬 This is a nightly-only experimental API. (
windows_file_type_ext
)This is supported on Windows only.
Windows-specific extensions to FileType
.
On Windows, a symbolic link knows whether it is a file or directory.
Required Methods
fn is_symlink_dir(&self) -> bool
🔬 This is a nightly-only experimental API. (
windows_file_type_ext
)This is supported on Windows only.
Returns whether this file type is a symbolic link that is also a directory.
fn is_symlink_file(&self) -> bool
🔬 This is a nightly-only experimental API. (
windows_file_type_ext
)This is supported on Windows only.
Returns whether this file type is a symbolic link that is also a file.
Implementors
impl FileTypeExt for FileType
[src]
impl FileTypeExt for FileType
fn is_symlink_dir(&self) -> bool
[src]
fn is_symlink_dir(&self) -> bool
🔬 This is a nightly-only experimental API. (
windows_file_type_ext
)This is supported on Windows only.
fn is_symlink_file(&self) -> bool
[src]
fn is_symlink_file(&self) -> bool
🔬 This is a nightly-only experimental API. (
windows_file_type_ext
)This is supported on Windows only.