コード例 #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);
コード例 #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));
 }