コード例 #1
0
 public async Task Rename(string path, string newName)
 {
     await Hosting.RenameAsync(path, newName);
 }