Create a folder given a physical folder path.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustOverride Sub CreateFolder( _ ByVal FolderPath As String _ ) |
| C# |
|---|
| public abstract void CreateFolder( string FolderPath ) |
| C++ |
|---|
| public: void CreateFolder( String FolderPath ) abstract |
| J# |
|---|
| public abstract void CreateFolder( string FolderPath ) |
| JScript |
|---|
| public abstract
function CreateFolder( FolderPath : String ) |
Parameters
- FolderPath