 | FileDelete Method |
Deletes the specified source file.
Namespace:
Koden.Utils.IO
Assembly:
Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntaxpublic static FWRetVal Delete(
string sourceFile
)
Public Shared Function Delete (
sourceFile As String
) As FWRetVal
public:
static FWRetVal^ Delete(
String^ sourceFile
)
static member Delete :
sourceFile : string -> FWRetVal
Parameters
- sourceFile
- Type: SystemString
The source file.
Return Value
Type:
FWRetVal[Missing <returns> documentation for "M:Koden.Utils.IO.File.Delete(System.String)"]
See Also