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
Currently when listing a folder contents, DirLister only show the files but not directories. Is it possible to provide an option to include directories? I mean something that looks like this:
The text was updated successfully, but these errors were encountered:
It is possible and not complicated at all - but that would mean directory is in the output twice, once under the parent folder, and once by itself. That might be confusing for the users, even when in HTML output, the directory "above" is hyperlinked/clickable to go to "below".
What do you think, and also, what would be the use case for this?
The reason I made the suggestion is because I prefer the list to be just like the output when we use ls or dir command. Right now when I want to look what directories there are inside a drive or folder, I have to scroll all the way.
For example if I have a parent folder called Musician and inside there are directories based on their released albums. When I want to check if I already have certain albums, I have to scroll down and check all the directory one by one.
Hello,
Currently when listing a folder contents, DirLister only show the files but not directories. Is it possible to provide an option to include directories? I mean something that looks like this:
The text was updated successfully, but these errors were encountered: