Hi,
On client side i would like to be able to react on a filesystem change, for example if a new directory was created or a file was saved. What is the best way to achieve this?
Thanks
Mo
Hi, there is currently no event mechanism for file or directory changes. Typically when the client itself initiates a change, it will trigger updates of the necessary parts of the page by itself from a callback on done. If something changes in the file system that is not initiated by the client page, there is no update.