Click or drag to resize

ShellTreeNodeCreateFolder Method

Creates a new Folder if the ShellListNode is a Folder; may throw an Exception, see CreateDirectory(String) for the Exceptions that can occur

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool CreateFolder(
	string p_FolderName
)

Parameters

p_FolderName
Type: SystemString
The folder name of the new sub folder to create.

Return Value

Type: Boolean
true if the folder was created successfully
See Also