|
0.45.0
|
#include <iFilesystem.h>
Inherits igor::iModule< iFilesystem >.
Public Member Functions | |
| void | listenToChanges (const iaString &path, bool recursive=false) |
| void | stopListenToChanges (const iaString &path) |
Friends | |
| class | iModule< iFilesystem > |
Additional Inherited Members | |
Static Public Member Functions inherited from igor::iModule< iFilesystem > | |
| static IGOR_INLINE iFilesystem & | getInstance () |
| static IGOR_INLINE bool | isInstantiated () |
| static void | createInstance () |
| static void | destroyInstance () |
Protected Member Functions inherited from igor::iModule< iFilesystem > | |
| iModule ()=default | |
| virtual | ~iModule ()=default |
| void igor::iFilesystem::listenToChanges | ( | const iaString & | path, |
| bool | recursive = false |
||
| ) |
listen to changes at given path
| path | given path |
| recursive | if true track changes in subdirectories as well |
| void igor::iFilesystem::stopListenToChanges | ( | const iaString & | path | ) |
stop listening to changes at given path
| path | given path |
|
friend |