public static SqlInt32 udf_clr_DeleteFile(string Path) { return(FileManipulation.DeleteFile(Path)); }