NewsArchive
05-10-2007, 04:24 AM
In preparing a new package for release and reading the various threads here
I believe I should be
placing my application data in a directory under as follows: (my company is
Enercalc)
C:\Documents and Settings\All Users\Application Data\Enercalc
I do want all users of a computer to be able to access the data.
I do know how to get this path in Clarion code using Winevent:
ds_GetFolderPath(WE::CSIDL_COMMON_APPDATA)
However I would like to know how to what Run Time Variable to use
to create this directory.
Can anyone confirm my selection for application data and advise on the run
time variable?
Thank you,
Michael
I believe I should be
placing my application data in a directory under as follows: (my company is
Enercalc)
C:\Documents and Settings\All Users\Application Data\Enercalc
I do want all users of a computer to be able to access the data.
I do know how to get this path in Clarion code using Winevent:
ds_GetFolderPath(WE::CSIDL_COMMON_APPDATA)
However I would like to know how to what Run Time Variable to use
to create this directory.
Can anyone confirm my selection for application data and advise on the run
time variable?
Thank you,
Michael