-
Notifications
You must be signed in to change notification settings - Fork 114
rmdir
wpferguson edited this page Jun 14, 2020
·
1 revision
rmdir
recursively remove a directory
local df = require "lib/dtutils.file"
df.rmdir(path)
path - string - a directory path
rmdir allows directories to be removed recursively.
path - string - a directory path