Well i'm trying to get the path from which my app was launched so when it gets an exception i can just handle it and restart it, the only solution to this that i found was getenv ( "PATH" ), however doing this yields this:
[Sat Apr 28 19:29:37 2007](null)/gtamp.cfg
are there any alternatives to this that also work under a linux environment?