|
|
|
|
|
- Miscellaneous
- The data directory can be specified during the setup
- Remark
- Data folders in Android
fDataDir (Function) In french: fRepDonnées Returns the full path of the directory of HFSQL data files specified by the user when installing the application. Remark: This directory does not necessarily correspond to the real directory of the data files at runtime (which may have been modified with HSubstDir, HChangeDir, etc.).
INIDir is string
IF fDataDir() <> "" THEN
INIDir = fDataDir() + ["\"] + "MYPROJET.INI"
ELSE
INIDir = "MYPROJECT.INI"
END
INIWrite("SECTION", "ALREADYRUN", "YES", INIDir)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|