Click or drag to resize
FileInfoDelete Method
Permanently deletes a file.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override void Delete()
Exceptions
ExceptionCondition
IOException.
Remarks
If the file does not exist, this method does nothing.
See Also