SysUtilsDeleteFromDisk Method

Deletes a file or directory from the disk. In a case of directory the sub-folders and files are deleted recursively.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static void DeleteFromDisk(
	string path
)

Parameters

path  String
Path to the target file.

See Also