ShellFolderCreateFileSystemItem Method (FileInfo) |
Creates a file system ShellItem instance for a file under this folder.
The info's full 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 protected virtual ShellItem CreateFileSystemItem(
FileInfo info
)
Parameters
- info
- Type: System.IOFileInfo
The file information.
Return Value
Type:
ShellItemAn instance of the ShellItem class.
See Also