|
|
|
|
|
Summary table: Managing the application directories according to the platform
Depending on the platform used, the functions for managing the application directory can return different data. This table gives an overall view of the possible results. | | | | | | Go in WINDEV Mobile | Universal Windows 10 Application | Android application | iPhone/iPad application |
---|
fExtractResource | Not available | Extraction in the data directory or in a path relative to the data directory | Extraction in the current directory or in a path relative to the current directory ("files" directory) | Extraction in the "Documents" directory of the application or in an absolute directory. | fDataDir | Executable directory. | Path of the HFSQL data file directory. | Path of the directory that will be used to store the database files of the application in the internal storage space ("database" directory of the application). | Full path of the directory containing the databases of the application. This directory corresponds to the "Documents" directory of the application. | fDataDirUser | Data directory of the user on PC | Directory of user data | Not available | Path of "Library" directory of the application. | fCurrentDir | Configuration execution directory. | Setup directory of the application. | Path of the directory that will be used to store the private files of the application in the internal storage space ("files" directory of the application, available in read/write). | Path of "Documents" directory of the application (available in read/write). The files are public and they can be accessed by iTunes if this feature is enabled. | fTempPath | Temporary directory of computer | Temporary directory | Not available | Path of "tmp" directory of the application. | fExeDir | Configuration execution directory. | Root of data directory of the application. | Root of application directory (in the internal storage area). | Root directory of application (accessible in read-only). | fResourceDir | Project directory. | Project directory. | Not available | ".app" directory of the application. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|