global dir
methods
dir.current
Reference:
- Corresponding source code: lualibs-dir.lua#L74-L76
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.globpattern
Reference:
- Corresponding source code: lualibs-dir.lua#L169-L182
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.collectpattern
Reference:
- Corresponding source code: lualibs-dir.lua#L188-L221
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.glob
Example:
local list = dir.glob("e:/**")
local list = dir.glob("t:/sources/**")
local list = dir.glob("**/*.tif")
Reference:
- Corresponding source code: lualibs-dir.lua#L259-L302
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.globfiles
Reference:
- Corresponding source code: lualibs-dir.lua#L321-L348
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.globdirs
Reference:
- Corresponding source code: lualibs-dir.lua#L352-L378
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.ls
Reference:
- Corresponding source code: lualibs-dir.lua#L391-L393
dir.makedirs
Reference:
- Corresponding source code: lualibs-dir.lua#L402-L536
dir.mkdirs
Reference:
- Corresponding source code: lualibs-dir.lua#L402-L536
dir.expandname
Reference:
- Corresponding source code: lualibs-dir.lua#L553-L597
dir.push
Reference:
- Corresponding source code: lualibs-dir.lua#L605-L613
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.pop
Reference:
- Corresponding source code: lualibs-dir.lua#L615-L621
😱 Types incomplete or incorrect? 🙏 Please contribute!
dir.found
Reference:
- Corresponding source code: lualibs-dir.lua#L623-L640
😱 Types incomplete or incorrect? 🙏 Please contribute!