-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.ChangeDirectory
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Change working directory, returns true on success
| Parameter | Default Value | Note |
|---|---|---|
| dirPath |
| Condition | Return Value |
|---|---|
| (always) | number |
success = raylib.ChangeDirectory("/home/user/myproject")
if success then
print "Directory changed."
else
print "Failed to change directory."
end if