You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am using this FileWatcher to aggregate files from different folders into a single one using symlinks. On file creation, the symlink gets created with the same name in another directory.
On file deletion, it tries to delete the parent directory since [file] gets replaced with an empty string.
I've tried with both actions and commands. Same thing happens.
I've tried with [oldfile], but that doesn't seem to get replaced at all.
Version: 2.0.0+b92528d141fd511d3a9a2f5b9c296eb02ccd0f10
OS: Ubuntu container, on Nixos host
Extra details: Ubuntu container needed libicu-dev to be installed to run the program
The text was updated successfully, but these errors were encountered:
Hi, i am using this FileWatcher to aggregate files from different folders into a single one using symlinks. On file creation, the symlink gets created with the same name in another directory.
On file deletion, it tries to delete the parent directory since [file] gets replaced with an empty string.
I've tried with both actions and commands. Same thing happens.
I've tried with [oldfile], but that doesn't seem to get replaced at all.
Configuration:
Logs:
Version: 2.0.0+b92528d141fd511d3a9a2f5b9c296eb02ccd0f10
OS: Ubuntu container, on Nixos host
Extra details: Ubuntu container needed libicu-dev to be installed to run the program
The text was updated successfully, but these errors were encountered: