ShellFolderCreateFileSystemItem 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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellItem CreateFileSystemItem(
ShellItemId fileSystemId,
string fileSystemPath
)
Parameters
- fileSystemId
- Type: ShellBoost.CoreShellItemId
The file system identifier. - fileSystemPath
- Type: SystemString
The file system file path.
Return Value
Type:
ShellItemAn instance of the ShellItem class.
See Also