Folders / Create Folder
Creates a folder or folder structure in the specified vault.
An existing folder will not be overwritten.
Examples
If the folder path is /directory
, a new folder "directory" will be created at at the root level of the vault.
If the folder path is directory2
, a new folder "directory2" will be created at at the root level of the vault.
If the folder path is /directory/with/subfolders
, a new folder structure will be created at root level of the vault:
(vault root)
+ directory/
+ with/
+ subfolder/
If the specified folder path or parts of the folder structure already exists, they will not be modified.