Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/structured_values/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structured_values/mod.rs b/src/structured_values/mod.rs
index 2f9bbc8..a07764d 100644
--- a/src/structured_values/mod.rs
+++ b/src/structured_values/mod.rs
@@ -42,6 +42,7 @@ bitflags! {
const OFFLINE = 0x1000;
const NOT_CONTENT_INDEXED = 0x2000;
const ENCRYPTED = 0x4000;
+ const IS_DIRECTORY = 0x1000_0000;
}
}