Returns all the files of a directory that has changed since a particular date. |
Synopsis
dyn_string getYoungerFiles(string startDir, time startTime); |
Parameters
Parameters |
Meaning |
startDir |
Start directory |
startTime |
Start time |
Return value
The function returns a dyn_string with all the matching files. |
Errors
Description
Returns the names of all the files from the directory (and subdirectories) "startDir" whose contents have changed since a time "startTime" in a dyn_string. |
|
In the following example, all the files under "C:/" that have changed since 1.1.1999 will be transferred to the field ds and then outputted in the Log viewer. |
main() |
Relates to
Management of managers |
Availability
UI
See also
V 3.11 SP1
Copyright