DeleteFile Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| FileSystemStorage..::..DeleteFile Method |
| FileSystemStorage Class See Also Send Feedback |
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 override void DeleteFile( string filepath ) |
| Visual Basic |
|---|
Public Overrides Sub DeleteFile ( _ filepath As String _ ) |
| Visual C++ |
|---|
public: virtual void DeleteFile( String^ filepath ) override |
Parameters
- filepath
- Type: System..::..String