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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Lists the resources integrated to the application.
Remarks: Resources have been included in the generated application:
AndroidAndroid Widget This function can be used in the Android simulator.
Example
// Extraction de tous les fichiers de données HFSQL de l'application
sListeRessources is string = fListResource()

FOR EACH STRING sNomRessource OF sListeRessources SEPARATED BY CR
	sExtension is string = Lower(fExtractPath(sNomRessource, fExtension))
	IF sExtension IN (".fic", ".mmo", ".ndx", ".ftx") THEN
		fExtractResource(sNomRessource, "bdd" + [fSep()] + sNomRessource)
	END
END
Syntax
<Result> = fListResource()
<Result>: Character string
Name of the resources integrated in the application, separated by CR characters (Carriage Return).
Component: wd300java.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help