
Posted:
Jun 27, 2003 @ 10:52am
by Dan East
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

Posted:
Jun 27, 2003 @ 12:26pm
by ppcStudios
Take a look through my posts (do view profile and you can find a list of all my posts there) and you'll find source for a getFullPath method. It will return the absolute path of a relative path filename.
EDIT: Also, I 'believe' GD201b supports this method internally although I've not tested it.