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

github.com/windirstat/RustyMft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/attr_x30.rs')
-rw-r--r--src/attr_x30.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attr_x30.rs b/src/attr_x30.rs
index 3d4503b..8b99e1e 100644
--- a/src/attr_x30.rs
+++ b/src/attr_x30.rs
@@ -23,7 +23,8 @@ pub struct FileNameAttribute {
pub reparse_value: u32,
pub name_length: u8,
pub namespace: u8,
- pub name: String
+ pub name: String,
+ pub fullname: Option<String>
}
impl FileNameAttribute {
pub fn new<R: Read>(mut reader: R) -> Result<FileNameAttribute,MftError> {