Hi Ryumaster, work_dir is not a folder. It is a string pointer.

Originally Posted By: manual
work_dir

Type:
string*, read-only

For changing a string you need functions like str_cpy, but in case of work_dir you probably can't change it at all because its marked as read-only and thus not changed at runtime.

In Windows, you change the current folder with a function like "_chdir". As I understand the manual the string work_dir contains the name of your original game folder and will almost certainly have no effect on your current directory!

Hope this helps!