Adding more system specific calls

nobody wrote on Tuesday, July 31, 2007:

Recently I started using GLFW but the problem I have is being able to add more system calls, specifically those dealing with paths like SetCurrentDirectory and GetCurrentDirectory. Is there a good way to add calls like this to a project without having to add them to GLFW?

elmindreda wrote on Saturday, August 04, 2007:

I’m sorry, but I’m not sure what you mean.

nobody wrote on Monday, August 13, 2007:

Use getcwd() and chdir() (in MinGW they’re in direct.h). Works fine in Windows and Linux…