Can I use to trigger a flow with a root folder event when events (f.i. writable file closed) happen into its subfolders?
Thank you
is file observer recursive?
Moderator: Martin
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: is file observer recursive?
Yes, it is recursive. Try to add a trigger on the parent folder and creat some new file or edit the file inside the subfolder. It will trigger and gives you the {path} as the path from the set parent path.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: is file observer recursive?
Thank you, great news indeed.