As the title states:
- My program opens a file.
- Something comes along and moves that file. Inode should be the same, but name is different.
- Close the file, then delete, but its not there anymore
So how can I detect that it has been moved and delete the correct filename?
Any ideas?