コード例 #1
0
ファイル: SafeSC.cs プロジェクト: linrb/CMS-Source-code
 public static bool DelFile(string vpath)
 {
     return(SafeC.DelFile(vpath));
 }