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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 String
- The folder name of the new sub folder to create
Return Value
Booleantrue if the folder was created successfully
See Also