ShellBrowser .Net Edition
CreateFolder Method (p_NewFolder)
NamespacesJam.ShellIShellItemCreateFolder(String)
Creates a sub folder to this item if this item is a folder item
Declaration Syntax
C#Visual BasicVisual C++
bool CreateFolder(
	string p_NewFolder
)
Function CreateFolder ( _
	p_NewFolder As String _
) As Boolean
bool CreateFolder(
	String^ p_NewFolder
)
Parameters
p_NewFolder (String)
The name of the new Folder to create
Return Value
true if the folder was created successfully

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