Open jlpiedrahita opened 5 years ago
This PR appends a platform-specific path separator suffix (/ for Unixes and \ for Windows) to every directory within the current selected package making easier to tell which items are traversable or just plain files:
/
\
Before:
After:
This PR appends a platform-specific path separator suffix (
/
for Unixes and\
for Windows) to every directory within the current selected package making easier to tell which items are traversable or just plain files:Before:
After: