We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.