: : using vb its App.path
: : but in delphi, have no idea
: :
: : help please?
: :
: : thanks !
: :
:
: You can also use
:
: GetCurrentDir
:
: (it does not take any arguments)
:
:
:
GetCurrentDir() won't always get the right directory, especially, when the user has opened files. This is because it might retrieve the directory in which the document was stored.