Пример #1
0
 public Task MoveAsync(FileItem file, string desiredPath)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 private string Key(FileItem file)
 {
     return(this.Context.ToCommonPath(file).ToLowerInvariant());
 }