View source: R/qgis_createdirectory.R
qgis_createdirectory | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create directory (native:createdirectory). Creates a new directory on a file system. This algorithm creates a new directory on a file system. Directories will be created recursively, creating all required parent directories in order to construct the full specified directory path. No errors will be raised if the directory already exists.
qgis_createdirectory(
PATH = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
PATH |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFolder - Directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.