RemoveFile Method (SystemFunctions)
Class
SystemFunctions
.
Action
Deletes the specified file.
Syntax
C#
RemoveFile (
sFileName
);
VB
RemoveFile (
sFileName
)
Variable
Description
sFileName
The path to the file. Can be either an absolute path or a path relative to the current working directory.
String
.