Ejemplo n.º 1
0
 /// <summary>
 /// Deletes a file from the local disk, and propagates that delete to the cloud.
 /// </summary>
 public static bool FileDelete(string filename) => Internal.FileDelete(filename);
Ejemplo n.º 2
0
 /// <summary>
 /// Deletes a file from the local disk, and propagates that delete to the cloud.
 /// </summary>
 public static bool FileDelete(string filename)
 {
     return(Internal.FileDelete(filename));
 }