Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the file from remote storage, but leaves it on the local disk and remains accessible from the API.
 /// </summary>
 public static bool FileForget(string filename) => Internal.FileForget(filename);
Ejemplo n.º 2
0
 /// <summary>
 /// Deletes the file from remote storage, but leaves it on the local disk and remains accessible from the API.
 /// </summary>
 public static bool FileForget(string filename)
 {
     return(Internal.FileForget(filename));
 }