Home  Contents

os.remove

OS Lua Commands

SYNOPSIS

os.remove(filename)

DESCRIPTION

Deletes the file or directory with the given name. Directories must be empty to be removed.

ERRORS

Returns nil and a string describing the error.