Click or drag to resize

ShellItemIdListFromFileSystem Method

Creates an instance of a ShellItemIdList from a file system path and attributes. Note the PIDL created is internal to ShellBoost, it cannot be used as a standard Windows Shell PIDL.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellItemIdList FromFileSystem(
	ShellItemIdList prefix,
	string fullPath,
	FileAttributes attributes
)

Parameters

prefix
Type: callback.ShellBoost.CoreShellItemIdList
The prefix PIDL.
fullPath
Type: SystemString
The file or directory full path.
attributes
Type: System.IOFileAttributes
The attributes.

Return Value

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