Permanently deletes a file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public override void Delete()
Public Overrides Sub Delete
public:
virtual void Delete() override
abstract Delete : unit -> unit
override Delete : unit -> unit
Exceptions Remarks If the file does not exist, this method does nothing.
See Also