Click or drag to resize

FileInfoDelete Method (Boolean)

[AlphaFS] Permanently deletes a file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public void Delete(
	bool ignoreReadOnly
)

Parameters

ignoreReadOnly
Type: SystemBoolean
overrides the read only FileAttributes of the file.
Remarks
If the file does not exist, this method does nothing.
See Also