Windows CE doesn't support the concept of a Current Working Directory. All paths must be explicit and relative to the root.
You can use GetModuleFileName to retrieve the full path and filename of the current running EXE. After you strip the filename off you can use that path as the base for your datafiles.
Dan East