Click or drag to resize

FileSystemEntryIsRecycleBinPath Method

Determines whether a path belongs to the Windows recycle bin.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsRecycleBinPath(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Boolean
true if the path belongs to the recycle bin; otherwise, false.
See Also