|
|
|
|
|
HListWatchedFiles (Function) In french: HListeFichiersSurveillés
Warning
From version 2024, HListTrackedFiles is kept for backward compatibility. This function has been replaced with HListWatchedFiles.
Returns a list of data files monitored by function HWatch. Caution: - This function can only be used in Client/Server mode.
- The list of monitored data files corresponds to the list at the time of execution of the function. If data files are no longer monitored (function HWatchStop), they will not appear in the list.
MesFichiersSurveillés is array of strings
MesFichiersSurveillés = HListWatchedFiles()
MaConnexion is Connection
MesFichiersSurveillés is array of strings
MesFichiersSurveillés = HListWatchedFiles(MaConnexion)
Syntax
<Result> = HListWatchedFiles([<Connection>])
<Result>: WLanguage array Array of strings containing the watched data files. <Connection>: Optional character string or Connection variable Connection to use. This connection corresponds to:If this parameter is specified, it is possible to restrict the list of monitored data files to those whose monitoring was initiated by the specified connection. If this parameter is not specified, all data files monitored by all connections from the calling application will be returned. Data files monitored by other applications will not be returned. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|