Open dyyybek opened 8 years ago
Hm, I might be able to listen for the deleted
event from pathwatcher
and prompt to do something. However, it looks like this is an issue with how node/atom treats files overall.
This is a duplicate of #19 isn't it? (Or at least, very closely related.)
I use google log to a file. And the logs get rolled everytime I build and run my program. Hope this can be implemented.
I'm working on an ePub and very often unzip it to edit it's contents. It involves using a script to unzip the .epub package. The script gets rid of the old folder first and then creates a new one with the same name. I understand that file-watcher is just loosing track of the original files therefore it's not reporting any changes in the files. It would be nice to have this functionality. Even worse is that atom itself requires to close the current file and open it again from tree view.
To reproduce:
I hope you see the problem. I'm not sure if it's atom's issue but i hope you could add this functionality to you plugin. Cheers!