This function creates a new folder with the specified name in the current directory. If the current directory is C:\Users\OneDrive\Pictures, the new folder will be created there.
makefolder()
Function Definition: makefolder(NAME)
- Python Library: Storage (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| NAME | int | This function creates a new folder with the specified name in the current directory. If the current directory is C:\Users\OneDrive\Pictures, the new folder will be created there. |
Description
Example
There are no examples documented for this article.
