Hello, I´m trying to use the FileSystemMonitor UDF from SeanGriffin released here: The original thread seems like old and dead, but the functionality of this UDF is very useful. (Actually, after some research, I found this the best and up-to-date solution available in Google. Is there any other way to perform such task, like monitoring folder and files changes?) That´s the original files from seangriffin´s topic: FileSystemMonitor example.au3 4.14K 1762 downloads Latest Version - v0.4 (02/05/10) FileSystemMonitor.au3 15.25K 2181 downloads There´s something weird with this UDF and examples. I´m trying to run these here in my computer, but the "FileSystemMonitor example.au3" doesn't gives me much information. Practically, it only gives something like this: |Folder or non-folder has changed |SHCNEUPDATEITEM(0x00002000)| name and path of the file or folder, occasionally) | Little vague isn't it? I can create, erase, update files (or folders) in the monitored folder, and the answer is always that above. How would I know if the changed object is a file or a folder? Or if it was created, erased or updated? (Although the info received about renaming files or folders is OK.) The result described was compiled in x86 executable script. (I tried to compile in x64 script, but it does not work at all.) I tried to run with admin rights and without it, same result. I´m using: Windows Vista’s’ Home Premium Service Pack 2 - x64 Notebook HP dv6750br - Processor: AMD Turion™ 64 X2 Mobile Technology TL-58 1,90 GHz Memory (RAM): 4,00 GB - Brazilian keyboard. and AutoIt v3.3.8.1 In the image below, I created the ww.txt, edited with Word, and after, edited with Notepad. (You can´t tell what I did just seeing the log.) I will be thankful with any help. []s Retrocomp