ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the directory is tracked, False otherwise. To get the details of the error, use ErrorInfo.
Full name of the directory to track.
Name of the WLanguage procedure ("callback" procedure) that will be called when a change is detected in the specified directory.For more details on this procedure, see Parameters of the procedure used by fTrackDirectory.
Modifications performed in the content of the directory to track and for which the procedure must be run: ftCreateFileCreating a file or a directory.ftModifyFileModifying a file or a directory.ftRenameRenaming a file or a directory.ftDeleteFileDeleting a file or a directory.ftAllAll the possible actions will be tracked. Corresponds to ftCreateFile + ftModifyFile + ftRename + ftDeleteFile.
True (default value) to process the sub-directories. False otherwise.
Special cases
WLanguage procedure
Last update: 09/22/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: