View Single Post
Quote:
Originally Posted by mlevin777 View Post
Looks like it's storing the file's path, not its inode, which is a problem. Is this something that can be worked-around with by the end-user or should I submit a feature request? It would be great if it linked to the file no matter how I moved it around in the file system (I think recording the inode would do it).
Yeah, can't be avoided because just the path/URL gets stored in OF. Inodes won't help either if you end up moving your file to a different disk afterwards. So the easy way out is probably to store the file in the right place before linking it from OF.