Click or drag to resize

LocalFileSystemFileDelete Method

Deletes the specified file using its 128-bit identifier.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void FileDelete(
	string fullPath,
	bool unprotect = false,
	bool throwOnError = true
)

Parameters

fullPath
Type: SystemString
The path of the file to remove.
unprotect (Optional)
Type: SystemBoolean
If set to true and the file has the ReadOnly attribute, it will be removed before deletion.
throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.
See Also