ShellItemIdTryGetFileSystemName Method (String, SFGAO) |
Tries to get a file system name and attributes 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,
out SFGAO attributes
)
Parameters
- name
- Type: SystemString
The name. - attributes
- Type: ShellBoost.Core.WindowsShellSFGAO
The attributes.
Return Value
Type:
Booleantrue if this instance represents a file system name created by ShellBoost,
false otherwise.
See Also