ShellItemIdTryGetFileSystemName Method (String) |
Tries to get a file system name from this instance.
Only supported for file system PIDLs created by ShellBoost, using ShellItemId.FromFileSystem or ShellItem's constructors with FileInfo or DirectoryInfo parameters.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool TryGetFileSystemName(
out string name
)
Parameters
- name
- Type: SystemString
The name.
Return Value
Type:
Booleantrue if this instance represents a file system name created by ShellBoost,
false otherwise.
See Also