Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
      
    Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
public abstract void DeleteFile( string filepath )  | 
| Visual Basic | 
|---|
Public MustOverride Sub DeleteFile ( _ filepath As String _ )  | 
| Visual C++ | 
|---|
public: virtual void DeleteFile( String^ filepath ) abstract  | 
Parameters
- filepath
 - Type: System..::..String