You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 in
Walker
, perhaps with a new option/chain.The text was updated successfully, but these errors were encountered: