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 public static bool IsRecycleBinPath(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
Booleantrue if the path belongs to the recycle bin; otherwise,
false.
See Also