Description Usage Arguments Value Examples
Creates a folder .name at specified .path If .name already exists at .path, creates a folder called .name_copy_x where x is an auto- incremented integer. Uses forward slashes, yo.
1 | createFolder(path, name)
|
path |
path to directory where folder should be created |
name |
name of folder to be created |
the path to the newly created folder
1 | createFolder("~/", "newFolder")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.