#how do i get the current directory the exe is inside, to save a file called auth.gk, must be GNU
12 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
That's the CWD
First argument in argv is usually the path of the executable
if you run the exe from the cwd, they'll always be the same 
right, I forgot about that
cant you just start the path with a dot and then just use relative paths
isnt that how that works
. is relative to the CWD
ohh yea
!solved