File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ Assets Manager provides utils to manage external files, its main features are:
4
4
* Load external files.
5
5
* Save files in different formats.
6
6
* Queue files to load / load them at once.
7
- * Use relative, absolute path or url for files.
8
- * Read folder structure and receive alerts for modified files or folders.
7
+ * Folder Watcher - receive alerts when folder contents are modified.
9
8
10
9
Assets Manager is based of [ AkaLoader] ( https://github.com/onatbas/AkaLoader ) by Onatbas.
11
10
@@ -78,9 +77,9 @@ FileSaver.saveAsText("Text.txt", "some string"); // saves locally.
78
77
FileSaver.saveAsBytes("File", myByteArray); // saves locally.
79
78
```
80
79
81
- #FolderTree
80
+ #Folder Watcher
82
81
83
- Folder tree reads a folder contents recursively and sends notifications when files or sub-dirs are added, removed or modified.
82
+ Folder watcher reads a folder contents recursively and sends notifications when files or sub-dirs are added, removed or modified.
84
83
85
84
86
85
Example:
You can’t perform that action at this time.
0 commit comments