FileInfoDelete Method (Boolean) |
[AlphaFS] Permanently deletes a file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public void Delete(
bool ignoreReadOnly
)
Public Sub Delete (
ignoreReadOnly As Boolean
)
public:
void Delete(
bool ignoreReadOnly
)
member Delete :
ignoreReadOnly : bool -> unit
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