ShellFolderCreateFileSystemItem Method (FileSystemInfo, ShellItemIdList) |
Creates a file system ShellItem or ShellFolder instance for a file system entry.
The file system entry path must be a child at any level of this full path.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellItem CreateFileSystemItem(
FileSystemInfo info,
out ShellItemIdList relativePidl
)
Parameters
- info
- Type: System.IOFileSystemInfo
The file system entry information. - relativePidl
- Type: ShellBoost.CoreShellItemIdList
The PIDL of the returned instance relative to this PIDL.
Return Value
Type:
ShellItem
An instance of the ShellItem or ShellFolder type.
Exceptions See Also