CFLCreateFolder Procedure
Overloads
| Name | Description |
|---|---|
| CFLCreateFolder(enum "CFL Root Sub Folder Type"; text; text) | |
| CFLCreateFolder(text; text) |
CFLCreateFolder(enum "CFL Root Sub Folder Type"; text; text) Procedure
Signature
CFLCreateFolder(CFLRootSubFolderType: enum "CFL Root Sub Folder Type"; Path: text; NewFolder: text)
Parameters
CFLRootSubFolderType enum "CFL Root Sub Folder Type"
Path text
NewFolder text
CFLCreateFolder(text; text) Procedure
Deprecated
This procedure is deprecated and should not be used.
Reason: Replaced with CFLCreateFolder with CFLRootSubFolderType parameter
Deprecated since: BC20
Signature
[Obsolete('Replaced with CFLCreateFolder with CFLRootSubFolderType parameter', 'BC20')]
CFLCreateFolder(Path: text; NewFolder: text)