FileSystemEntryIsRecycleBinPath Method |
Determines whether a path belongs to the Windows recycle bin.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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