Click or drag to resize

FileDelete Method (String, Boolean)

[AlphaFS] Deletes the specified file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static void Delete(
	string path,
	bool ignoreReadOnly
)

Parameters

path
Type: SystemString
The name of the file to be deleted. Wildcard characters are not supported.
ignoreReadOnly
Type: SystemBoolean
overrides the read only FileAttributes of the file.
Exceptions
Remarks
If the file to be deleted does not exist, no exception is thrown.
See Also