rmDir()

ディレクトリーを削除する。

書式:
variable = rmDir( dirpath )

例:
rmDir( "test" )
if not dirExists("test") then
    prints("dir test removed")
else
    prints("can't remove dir test")
end if
waitKey

参照: mkDir()