WINDEV, WEBDEV AND WINDEV MOBILEONLINE HELP
Version: 1516171819202122232425
True if the resource was extracted,False otherwise. The ErrorOccurred variable is set to True if an error occurs. For more details on the error, use ErrorInfo.
Name of resource to extract (file name with its extension).Versions 19 and later The wildcard characters (* and?) are allowed. This allows you to extract several resources in a single call. In this case, the <Destination> parameter must correspond to a directory (that exists or not).New in version 19 The wildcard characters (* and?) are allowed. This allows you to extract several resources in a single call. In this case, the <Destination> parameter must correspond to a directory (that exists or not). The wildcard characters (* and?) are allowed. This allows you to extract several resources in a single call. In this case, the <Destination> parameter must correspond to a directory (that exists or not).Versions 23 and later The resource to extract must be found in the main application library (WDL file). The library must have not been loaded by LoadWDL.New in version 23 The resource to extract must be found in the main application library (WDL file). The library must have not been loaded by LoadWDL. The resource to extract must be found in the main application library (WDL file). The library must have not been loaded by LoadWDL.
Full or relative path of destination file. This path can be relative to the current directory (returned by fCurrentDir). This parameter is case sensitive. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist. If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the current application directory in a file named like the resource.The destination file will be overwritten if it already exists before the extraction.Reminder: In Android, the file system is read-only on the device and on the emulator. An application has the rights to write into its setup directory or into one of its subdirectories, as well as onto the external memory (SDCard). In Windows Phone, relative path of the destination file (in relation to the current directory). The current directory corresponds to the data directory of application. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist.Reminder: In Windows Phone, only the files found in the data directory associated with the application can be handled.If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the current application directory in a file named like the resource.The destination file will be overwritten if it already exists before the extraction. Full path of destination file. This parameter is case sensitive. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist.If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the "Documents" application directory in a file named like the resource.The destination file will be overwritten if it already exists before the extraction.Versions 23 and later Full path of destination file. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist. If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the application data directory (returned by fDataDir) in a file named like the resource.The destination file will be overwritten if it already exists before the extraction.New in version 23 Full path of destination file. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist. If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the application data directory (returned by fDataDir) in a file named like the resource.The destination file will be overwritten if it already exists before the extraction. Full path of destination file. If the directory exists, the resource is directly extracted into this directory.The directory is created if it does not exist. If this parameter is not specified or if it corresponds to an empty string (""), the resource will be extracted into the application data directory (returned by fDataDir) in a file named like the resource.The destination file will be overwritten if it already exists before the extraction.
Generation wizard
Special case: Extracting a database
Last update: 10/31/2019
Send a report | Local help
Searching...
J'accepte les termes de la licence
All you have to do is configure your product as follows: