
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
374 B
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