
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
444 B
444 B
title | id | weight | draft | author |
---|---|---|---|---|
mkdir | mkdir | 150 | false | people |
NAME
mkdir
SYNOPSIS
create the directory(ies) if they do not already exist
USAGE
local df = require "lib/dtutils.file"
df.mkdir(path)
path - string - a directory path
DESCRIPTION
mkdir creates directories if they do not already exist. It creates parent directories if needed.
RETURN VALUE
path - string - a directory path