fdir
fdir copied to clipboard
Need to list path to symlink instead of resolved path
I have a need to list the path to a symlink itself rather than the resolved path of the symlink.
Currently symlinks are ignored unless withSymLinks() is used, however if you use withSymLinks(), then the resolved path of the symlink is returned instead.
From what I can see it may be possible to list the symlink path in Walker, perhaps with a new option/chain.
I have this issue, too.
I'm struggling with this too. @thecodrr Do you know of a solution to bypass this for now?