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 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 usewithSymLinks()
, then the resolved path of the symlink is returned instead. From what I can see it may be possible to list the symlink path inWalker
, perhaps with a new option/chain.