Quote from
Vadim on September 7, 2020, 3:01 pm
asNotify - a plugin that allows you to track whether there are changes in the specified folders and files. If, for example, a file has appeared or disappeared or has been changed, the plugin will inform you about it.
asNotifyCreate
Create a non-visual object that will monitor the specified folder or file (with tracking parameters). When creating an object, switching it on, switching it off (temporary stop), or deleting it, the [Notify_Power] variable is initialized, which contains information about the object name and its state: Start - is working, Stop - is stopped, Delete - is a non-visual object deleted.
asNotifyFlag
Set the tracking options for folders or files. The command is required for quick change of control conditions during operation. Specify the name of a non-visual object and mark the control conditions.
asNotifyEnable
Enable, disable or delete tracking.
asNotifyChoice
Select the object to control - folder or file. The command is required for quick change of control objects during operation.
asNotify - a plugin that allows you to track whether there are changes in the specified folders and files. If, for example, a file has appeared or disappeared or has been changed, the plugin will inform you about it.
asNotifyCreate
Create a non-visual object that will monitor the specified folder or file (with tracking parameters). When creating an object, switching it on, switching it off (temporary stop), or deleting it, the [Notify_Power] variable is initialized, which contains information about the object name and its state: Start - is working, Stop - is stopped, Delete - is a non-visual object deleted.
asNotifyFlag
Set the tracking options for folders or files. The command is required for quick change of control conditions during operation. Specify the name of a non-visual object and mark the control conditions.
asNotifyEnable
Enable, disable or delete tracking.
asNotifyChoice
Select the object to control - folder or file. The command is required for quick change of control objects during operation.
josevdr95 has reacted to this post.