Delete Method

MCManager API

Deletes the file.

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

Syntax

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

Return Value

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

Implements

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

See Also