ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / External file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Lists the resources integrated to the application.
Remarks: The resources have been included in the generated application:
AndroidAndroid Widget This function can be used in the Android simulator.
Example
// Extract all the HFSQL files from the application
sListResources is string = fListResource()
 
FOR EACH STRING sResourceName OF sListResources SEPARATED BY CR
sExtension is string = Lower(fExtractPath(sResourceName, fExtension))
IF sExtension IN (".fic", ".mmo", ".ndx", ".ftx") THEN
fExtractResource(sResourceName, "db" + [fSep()] + sResourceName)
END
END
Syntax
<Result> = fListResource()
<Result>: Character string
Name of the resources integrated in the application, separated by CR characters (Carriage Return).
Component: wd290java.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 08/22/2022

Send a report | Local help