Hi guys. I have a problem and I can't understand it
Using the vfs.dir.size key [{$ FOLDER}], I get the folder size.
There is a problem setting up verification. I need this if the folder size is now smaller than it was last time - the trigger worked
I have such a trigger now - {folder:vfs.dir.size[{$FOLDER}].now()} < {folder:vfs.dir.size[{$FOLDER}].last()}
Using the vfs.dir.size key [{$ FOLDER}], I get the folder size.
There is a problem setting up verification. I need this if the folder size is now smaller than it was last time - the trigger worked
I have such a trigger now - {folder:vfs.dir.size[{$FOLDER}].now()} < {folder:vfs.dir.size[{$FOLDER}].last()}
Comment