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.2
Syntax
public bool CreateFolder(
	string p_FolderName
)

Parameters

p_FolderName  String
The folder name of the new sub folder to create.

Return Value

Boolean
true if the folder was created successfully
See Also