Tried SharpCompress but had 20x speed decrement. Not using.
This commit is contained in:
parent
e7f2baaa94
commit
6cc11d5c4c
5 changed files with 85 additions and 18 deletions
|
@ -52,7 +52,6 @@ namespace API.Extensions
|
|||
var newName = $"{file.Directory.Name}_{file.Name}";
|
||||
var newPath = Path.Join(root.FullName, newName);
|
||||
file.MoveTo(newPath);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue