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.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static void DeleteFromDisk(
string path
)
Public Shared Sub DeleteFromDisk (
path As String
)
public:
static void DeleteFromDisk(
String^ path
)
Parameters
- path
- Type: SystemString
Path to the target file.
See Also