My proposed idea is quite simple: In
Code:
CHDFile::GetLocalCode:
path = realpath(path);What do you think?
[1] This has been achieved with a simple fuse-filesystem: https://launchpad.net/fuse-recent
derflocki
Junior Member Posts: 1 Joined: Jan 2010 Reputation: 0 |
2012-04-27 09:02
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::GetLocalCode: path = realpath(path);What do you think? [1] This has been achieved with a simple fuse-filesystem: https://launchpad.net/fuse-recent |
| find quote |