Ejemplo n.º 1
0
 public async Task Rename(string path, string newName)
 {
     await Hosting.RenameAsync(path, newName);
 }