Trait FileTypeExt
pub trait FileTypeExt
Windows-specific extensions to fs::FileType.
On Windows, a symbolic link knows whether it is a file or directory.
Required Methods
fn is_symlink_dir(&self) -> boolReturns
trueif this file type is a symbolic link that is also a directory.fn is_symlink_file(&self) -> boolReturns
trueif this file type is a symbolic link that is also a file.
Implementors
impl FileTypeExt for FileType