VINDICTA.TOP
Filesystem · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

isfolder

Returns whether a path points to a folder.

function isfolder(pathpathstringPath to check.: string): booleanbooleantrue if a folder exists at path.

Usage

Ensure folder exists
if not isfolder("data") then
	makefolder("data")
end