예제 #1
0
 public static SqlInt32 udf_clr_DeleteFile(string Path)
 {
     return(FileManipulation.DeleteFile(Path));
 }