Click or drag to resize

ShellFolderCreateFileSystemFolder Method (DirectoryInfo)

Creates a file system ShellItem instance for a folder 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
C#
protected virtual ShellItem CreateFileSystemFolder(
	DirectoryInfo info
)

Parameters

info
Type: System.IODirectoryInfo
The folder information.

Return Value

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