Share via


Delete Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Deletes a file or directory.

Namespace:  System.IO
Assembly:  System.IO (in System.IO.dll)

Syntax

'Declaration
Public MustOverride Sub Delete
public abstract void Delete()
public:
virtual void Delete() abstract
abstract Delete : unit -> unit 
public abstract function Delete()

.NET Framework Security

See Also

Reference

FileSystemInfo Class

System.IO Namespace