Directory Watcher
by KoBeWi | MIT
Simple addon that allows watching directory contents for file changes
DirectoryWatcher will notify you whenever files or file list has changed in a directory. Usage Create the watcher. var watcher = DirectoryWatcher.new() add_child(watcher) Add a directory to watch. watcher.add_scan_directory("res://directory") (
loading more results...