SysUtilsDeleteFromDisk Method
Deletes a file or directory from the disk. In a case of directory the sub-folders and files are deleted recursively.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static void DeleteFromDisk(
string path
)
Parameters
- path String
- Path to the target file.