1

File events only work with relative paths, not absolute

File events work with relative paths, e.g. to watch the Tasker dir you enter "Tasker". However if you use absolute paths, like "/sdcard/Tasker" it doesn't work.

I have a bunch of global variables for various directories, all using absolute paths, e.g. "/sdcard/Tasker", so for convenience it would be great to have these events modified to work with absolute paths. As far as I know all other places in Tasker which take paths will accept both absolute and relative paths.