コード例 #1
0
ファイル: KuaiPan.cs プロジェクト: DevRoyJin/starpan
 public bool DeleteFile(string path)
 {
     return(sdk.Delete(path) == null ? false : true);
 }