Click or drag to resize

ShellFolder.CreateFileSystemItem Method (ShellItemId, String)

Creates a file system ShellItem instance for a file under this folder The file system path must a direct child 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(
	ShellItemId fileSystemId,
	string fileSystemPath
)

Parameters

fileSystemId
Type: callback.ShellBoost.Core.ShellItemId
The file system identifier.
fileSystemPath
Type: System.String
The file system file path.

Return Value

Type: ShellItem
An instance of the ShellItem class.
See Also