This works on Windows, and most sane Linux DEs are either default to that or can be configured to do that.
> applications don't refer to files using paths but file ids instead so you can generally move files around a disk while they are open without things breaking.
Do you mean they hold an opening fd of the file, which is also not special at all? Otherwise it is pretty interesting, please elaborate.