ImageEn, unit iexFolderMView |
|
TImageEnFolderMView.CreateNewFolder
Declaration
function CreateNewFolder(const FolderName : string; PromptForName: Boolean = False) : Boolean;
Description
Creates a new folder within the current
Folder of the name
sFolderName.
If
PromptForName is enabled the user is prompted for a folder anme.
Note:
◼sFolderName must NOT be a full path (just a new name)
◼Supports
device folders// Create a new folder of the name, "New Folder"
IEFolderMView1.CreateNewFolder('New Folder');