ShellBrowser .Net Edition
CreateFolder Method (p_FolderName)
NamespacesJam.ShellShellListItemCreateFolder(String)
Creates a new Folder if the ShellListNode is a Folder; may throw an Exception, see CreateDirectory(String) for the Exceptions that can occur
Declaration Syntax
C#Visual BasicVisual C++
public bool CreateFolder(
	string p_FolderName
)
Public Function CreateFolder ( _
	p_FolderName As String _
) As Boolean
public:
virtual bool CreateFolder(
	String^ p_FolderName
) sealed
Parameters
p_FolderName (String)
The folder name of the new sub 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)