ShellBrowser .Net Edition
CreateDir Method (p_Name, p_EditMode)
NamespacesJam.ShellShellListViewCreateDir(String, Boolean)
Creates a new directory in the current folder.
Declaration Syntax
C#Visual BasicVisual C++
public void CreateDir(
	string p_Name,
	bool p_EditMode
)
Public Sub CreateDir ( _
	p_Name As String, _
	p_EditMode As Boolean _
)
public:
void CreateDir(
	String^ p_Name, 
	bool p_EditMode
)
Parameters
p_Name (String)
The name of the new folder. Do pass a single name only, not a full path.
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)