|
|
|
|
|
- Miscellaneous
- The data directory can be specified during the setup
- Remark
- Data folders in Android
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 actual directory of the data files being executed (which may have been modified by functions HSubstDir, HChangeDir, etc.)..
RepINI is string
IF fDataDir() <> "" THEN
RepINI = fDataDir() + ["\"] + "MONPROJET.INI"
ELSE
RepINI = "MONPROJET.INI"
END
INIWrite("SECTION", "DEJALANCE", "OUI", RepINI)
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|