forked from v.moiseev/distributed-computing
fix after review
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var dir = new DirectoryInfo("../var/data");
|
||||
var dir = new DirectoryInfo("/var/data");
|
||||
var files = dir.GetFiles();
|
||||
string? oldFilePath = null;
|
||||
var newFilePathTest = new DirectoryInfo("../var/result");
|
||||
var newFilePathTest = new DirectoryInfo("/var/result");
|
||||
string? fileName = null;
|
||||
|
||||
long minFileName = long.MaxValue;
|
||||
|
||||
Reference in New Issue
Block a user