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:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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