create folder | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | create directory,new folder,new directory | ||||||
Summary | Makes a new folder. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Property: umask Command: create alias, revDeleteFolder Function: tempName, specialFolderPath, files Glossary: command, text file, folder | ||||||
Security | disk | ||||||
Description | Use the create folder command to make a new folder for a stack's use. For example, if the stack generates temporary textfiles, creating a folder for the files prevents them from cluttering the user's system. To create a file, use the open file command.
| ||||||
Tags | file system |