luadocs/content/lua.scripts.api.manual/dtutils.file/rmdir.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

374 B

title id weight draft author
rmdir rmdir 160 false people

NAME

rmdir

SYNOPSIS

recursively remove a directory

USAGE

local df = require "lib/dtutils.file"
df.rmdir(path)

path - string - a directory path

DESCRIPTION

rmdir allows directories to be removed recursively.

RETURN VALUE

path - string - a directory path