Click or drag to resize

LocalFileSystemClient.Delete Method

Deletes the specified file or directory.

Namespace:  Ookii.Jumbo.Dfs.FileSystem
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public override bool Delete(
	string path,
	bool recursive
)

Parameters

path
Type: System.String
The path of the file or directory to delete.
recursive
Type: System.Boolean
true to delete all children if path refers to a directory; otherwise false.

Return Value

Type: Boolean
true if the file was deleted; false if it doesn't exist.
See Also