This internal only method is no longer needed.
This commit is contained in:
parent
dcf53c1590
commit
259b0329d4
1 changed files with 0 additions and 3 deletions
|
|
@ -534,9 +534,6 @@ impl FileType {
|
|||
self.reparse_tag == c::IO_REPARSE_TAG_SYMLINK ||
|
||||
self.reparse_tag == c::IO_REPARSE_TAG_MOUNT_POINT)
|
||||
}
|
||||
pub fn is_symlink_dir(&self) -> bool {
|
||||
self.is_symlink() && self.is_dir()
|
||||
}
|
||||
pub fn is_reparse_point(&self) -> bool {
|
||||
self.attributes & c::FILE_ATTRIBUTE_REPARSE_POINT != 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue