Delete a file given the complete physical path and filename.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Sub Delete( _ ByVal Filename As String _ ) |
| C# |
|---|
| public abstract void Delete( string Filename ) |
| C++ |
|---|
| public: void Delete( String Filename ) abstract |
| J# |
|---|
| public abstract void Delete( string Filename ) |
| JScript |
|---|
| public abstract
function Delete( Filename : String ) |
Parameters
- Filename