ShellItemIdFromFileSystem Method (FileSystemInfo) |
Creates an instance of a ShellItemId from a FileSystemInfo instance.
Note the PIDL created is internal to ShellBoost, it cannot be used as a standard Windows Shell PIDL.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static ShellItemId FromFileSystem(
FileSystemInfo info
)
Parameters
- info
- Type: System.IOFileSystemInfo
The FileSystemInfo instance.
Return Value
Type:
ShellItemIdAn instance of the ShellItemId class.
Exceptions See Also