Delete Method

MCManager API

Deletes the file.

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

Syntax

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

Return Value

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

Implements

IFile..::.Delete()()()

See Also