FileInfoDelete Method (Boolean) |
[AlphaFS] Permanently deletes a file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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