FileSystemEntryIsPathPinned Method |
Determines whether the path is pinned.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsPathPinned(
string fullPath
)
Parameters
- fullPath
- Type: SystemString
The full path.
Return Value
Type:
Booleantrue if the path is pinned; otherwise,
false.
Exceptions See Also