lide.folder¶
[lide.base] ^1.0This module is loaded with
lide.baseit’s part of framework into thelide.foldermodule we will find the necessary functions to manage folders with Lua.local folder = lide.folder folder.copy('C:\\folder', 'D:\\folderdest');
folder.create¶
Create one or more directories specified by the Directory argument.
| nil | folder.create ( string sDirectory or table tDirectories ) |