Yes I read it yesterday night , that CE don't have a current directory.
I have an EXE and I want to put it in any directory. In the same dirictory is the coresporending ini-file.
Now I want to read this Ini-File, but I found no way to get the directory, from which my EXE started.
In normaly C I can read this info from argv[0].
One solution is, to store the Path in the registry.
But other programms, I have installed, can read there INI's, without using the registry :|