[Idea] Put real path in Database, resolving symlinks

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
derflocki Offline
Junior Member
Posts: 1
Joined: Jan 2010
Reputation: 0
Post: #1
I just recently came up with the idea to create a special folder "latest" that is basically a container for links to my most recent video files[1]. I have discovered, that symbolic links are not resolved to their real path.

My proposed idea is quite simple: In
Code:
CHDFile::GetLocal
do a
Code:
path = realpath(path);
on the requested path.

What do you think?

[1] This has been achieved with a simple fuse-filesystem: https://launchpad.net/fuse-recent
find quote