Click or drag to resize

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
Syntax
public static FWRetVal Delete(
	string sourceFile
)

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