ShellListItemCreateFolder 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.1
Syntax public bool CreateFolder(
string p_FolderName
)
Public Function CreateFolder (
p_FolderName As String
) As Boolean
public:
bool CreateFolder(
String^ p_FolderName
)
member CreateFolder :
p_FolderName : string -> bool
Parameters
- p_FolderName
- Type: SystemString
The folder name of the new sub folder to create
Return Value
Type:
Booleantrue if the folder was created successfully
See Also