septag/dmon

File path inconsistency

Closed this issue · 1 comments

Hey,
I've just noticed an inconsistency between linux and windows, windows seems to just have the filename in the callback filepath, where linux has the full file path.
What is the desired behaviour?
Thanks,
Wayne

oh no!
expected behavior is to give you relative paths, that's why we have rootdir argument in the callback.
check out the latest commit 48234fc, I fixed it for linux. probably more testing needs to be done.