Hi all.
Having installed an application, I want to get the file
path to the database files. During the install, the user can change the destination directory if they want to.
I've tried using the FULLPATH function, but it doesn't return the full path - and I know the file I specify as one of the parameters exists, and I know what the path should be.
In the install procedure the database directory is [DATABASEDIR] - that's the path I want. Is there a better way of storing this path as a string at the start of my application?
Many Thanks.
Andy.
Having installed an application, I want to get the file
path to the database files. During the install, the user can change the destination directory if they want to.
I've tried using the FULLPATH function, but it doesn't return the full path - and I know the file I specify as one of the parameters exists, and I know what the path should be.
In the install procedure the database directory is [DATABASEDIR] - that's the path I want. Is there a better way of storing this path as a string at the start of my application?
Many Thanks.
Andy.