Exemplo n.º 1
0
 public Task MoveAsync(FileItem file, string desiredPath)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 private string Key(FileItem file)
 {
     return(this.Context.ToCommonPath(file).ToLowerInvariant());
 }