delfolder
Deletes a folder and all of its contents.
function delfolder(pathpathstringPath to the folder to delete.: string): ()Usage
Clean up old session
if isfolder("session_cache") then
delfolder("session_cache")
endDeletes a folder and all of its contents.
function delfolder(pathpathstringPath to the folder to delete.: string): ()if isfolder("session_cache") then
delfolder("session_cache")
end