Say I want to monitor any file creation within a specific directory?
The file will be a random string of characters followed by .txt
I've tried to use vfs.file.exists[DIR\*.txt]
But this just triggers all the time even if the directory has no .txt files in it
thanks,
The file will be a random string of characters followed by .txt
I've tried to use vfs.file.exists[DIR\*.txt]
But this just triggers all the time even if the directory has no .txt files in it
thanks,
Comment