Skip to content

global dir


methods


dir.current


function dir.current()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.globpattern


function dir.globpattern(
  path,
  patt,
  recurse,
  method
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.collectpattern


function dir.collectpattern(
  path,
  patt,
  recurse,
  result
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.glob


function dir.glob(
  str,
  t
)

Example:

local list = dir.glob("e:/**")
local list = dir.glob("t:/sources/**")
local list = dir.glob("**/*.tif")

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.globfiles


function dir.globfiles(
  path,
  recurse,
  func,
  files
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.globdirs


function dir.globdirs(
  path,
  recurse,
  func,
  files
)

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.ls


function dir.ls(pattern: string) ->  string

Reference:

dir.makedirs


function dir.makedirs(...: string)

Reference:

dir.mkdirs


function dir.mkdirs(...: string)

Reference:

dir.expandname


function dir.expandname(str: string)

Reference:

dir.push


function dir.push()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.pop


function dir.pop()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!

dir.found


function dir.found()

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!