| FileDelete Method (String) |
Deletes the file at the specified path.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public static bool Delete(
string path
)
Public Shared Function Delete (
path As String
) As Boolean
public:
static bool Delete(
String^ path
)
static member Delete :
path : string -> bool
Parameters
- path
- Type: SystemString
The path to the file to delete.
Return Value
Type:
BooleanTrue if the file was deleted, false otherwise.
See Also