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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static ShellItemIdList FromFileSystem(
	ShellItemIdList prefix,
	string fullPath,
	FileAttributes attributes
)

Parameters

prefix
Type: 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