Jean-François Lemaire, 16.10.2013 22:10:34:
Basically, you're telling me a GEM application cannot open a file in itsworking directory with a simple fopen("filename", "r")? You need to retrievethe current working directory first?
What's the difference between a GEM-application and a tty-application regarding cwd?
When you are in MINT-domain you get posix-paths (/a/b/c). When you are not on drive u: / is the root of your current drive (D:/), and not the real / (U:/), that's why they add that /dev/d.
-- Helmut Karlowski