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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual ShellItem CreateFileSystemFolder(
DirectoryInfo info
)
Parameters
- info
- Type: System.IODirectoryInfo
The folder information.
Return Value
Type:
ShellItemAn instance of the ShellItem class.
See Also