|
|
|
|
|
|
|
|
|
|
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. Note 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.).
INIDir is string
IF fDataDir() <> "" THEN
INIDir = fDataDir() + ["\"] + "MYPROJET.INI"
ELSE
INIDir = "MYPROJECT.INI"
END
INIWrite("SECTION", "ALREADYRUN", "YES", INIDir)
Syntax <Result>: Character string - Full path ("D:\DATA\Rewali") or UNC path ("\\SERVER\DATA\Rewali") of the HFSQL data file directory.
- Result of fExeDir if no directory was specified during the setup (in test mode and when running an executable without setup).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|