Click or drag to resize

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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual ShellItem CreateFileSystemItem(
	FileSystemInfo info,
	out ShellItemIdList relativePidl
)

Parameters

info
Type: System.IOFileSystemInfo
The file system entry information.
relativePidl
Type: callback.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
ExceptionCondition
ArgumentNullExceptioninfo is null.
ArgumentExceptioninfo's path is not a child of this path.
See Also