fs.sshfs icon indicating copy to clipboard operation
fs.sshfs copied to clipboard

ResourceType.file even when symlink

Open frafra opened this issue 4 years ago • 1 comments

When I use fs.getinfo(path, namespaces=['details']) I always get that the path is a file, even if it is a symlink.

frafra avatar May 03 '21 14:05 frafra

This is also the case for an OSFS with the base library. The current version of Pyfilesystem is not really well aware of links, this is something that will get changed in the future (pyfilesystem2#431) but for now I prefer both to be consistent.

althonos avatar May 08 '21 15:05 althonos