ShellBrowser .Net Edition
CreateDir Method (p_FolderName, p_EditMode)
NamespacesJam.ShellShellTreeViewCreateDir(String, Boolean)
This method creates a new directory with the name of the string argument p_FolderName in the currently SelectedPath. If EditMode is True, the new folder will be switched to the edit mode after creation so that the user can change its name. If nothing of a File is is selected SelectedNode
Declaration Syntax
C#Visual BasicVisual C++
public void CreateDir(
	string p_FolderName,
	bool p_EditMode
)
Public Sub CreateDir ( _
	p_FolderName As String, _
	p_EditMode As Boolean _
)
public:
void CreateDir(
	String^ p_FolderName, 
	bool p_EditMode
)
Parameters
p_FolderName (String)
The name of the new folder. Do pass a single name only, not a full path. If an empty string is passed as foldername, a standard folder name will be used.
p_EditMode (Boolean)
Pass true, if the user should be able to edit the name of the new folder after its creation. Pass false if the new folder should not be in edit mode.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)