FileDelete Method (String) |
Deletes the specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Delete(
string path
)
Public Shared Sub Delete (
path As String
)
public:
static void Delete(
String^ path
)
static member Delete :
path : string -> unit
Parameters
- path
- Type: SystemString
The name of the file to be deleted. Wildcard characters are not supported.
Remarks If the file to be deleted does not exist, no exception is thrown.
See Also