mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Create .xattrs folder only in root path of extracted volume. Fixes #641
This commit is contained in:
@@ -420,7 +420,7 @@ namespace Aaru.Commands.Filesystem
|
||||
if(error != Errno.NoError)
|
||||
continue;
|
||||
|
||||
outputPath = Path.Combine(outputDir, fs.XmlFsType.Type, volumeName, path, ".xattrs", xattr);
|
||||
outputPath = Path.Combine(outputDir, fs.XmlFsType.Type, volumeName, ".xattrs", path, xattr);
|
||||
|
||||
Directory.CreateDirectory(outputPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user