Delete Method (Boolean)

MCManager API

Deletes the file and any files within the directory if it's a directory.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public virtual bool Delete(
	bool deep
)
Visual Basic (Declaration)
Public Overridable Function Delete ( _
	deep As Boolean _
) As Boolean
Visual C++
public:
virtual bool Delete(
	bool deep
)

Parameters

deep
Type: System..::.Boolean
If set to true, files within the directory are deleted too.

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.FileSystems.BaseFile.Delete(System.Boolean)"]

Implements

IFile..::.Delete(Boolean)

See Also