Fijs Heijkoop
Results
1
issues of
Fijs Heijkoop
I'm trying to move file `abc.txt` to a different folder and file name using the following code: ``` var files = client.ListDirectory("MyFiles/In").ToList(); foreach (var file in files.Where(f => f.IsRegularFile)) {...