Check if a given path point to a file
path = raylib.GetWorkingDirectory if raylib.IsPathFile(path) then print path + " is a file" else print path + " is a directory" end if
There was an error while loading. Please reload this page.