GDocsService::createFolder
Description
In BBj 11.0 and higher, this method creates a folder in Google Docs.
Syntax
|
Return Value |
Method |
|
void |
createFolder(string folderName) |
Parameters
|
Variable |
Description |
|
folderName |
Specifies the fully qualified folder name to create in Google Docs. |
Return Values
None.
Remarks
This method will create any necessary parent directories.
Example
|