How can I keep (or find back) a variable in a script after the script has run?
I want to check if a file increase in size. I need to store the size temporarly.
I'ld like to avoid using a loop with a timeout and pushing Statistic.FileSize output. I don't know either if it would work.