ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / External file functions
  • Overview
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
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 MobileAndroid applicationiPhone/iPad application
fExtractResource
Not available
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.
fDataDirExecutable 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.
fDataDirUserData directory of the user on PC
Not available
Path of "Library" directory of the application.
fCurrentDirConfiguration execution directory.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.
fTempPathTemporary directory of computer
Not available
Path of "tmp" directory of the application.
fExeDirConfiguration execution directory.Root of application directory (in the internal storage area).Root directory of application (accessible in read-only).
fResourceDirProject directory.
Not available
".app" directory of the application.
Minimum version required
  • Version 17
Comments
Click [Add] to post a comment

Last update: 09/19/2024

Send a report | Local help