Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with folders names containing dots #33

Open
llelundberg opened this issue May 2, 2021 · 0 comments · May be fixed by #38
Open

Problem with folders names containing dots #33

llelundberg opened this issue May 2, 2021 · 0 comments · May be fixed by #38

Comments

@llelundberg
Copy link

Nice script!

I found a small problem with folder names containting dots, the script treats them as files.

I changed line 177 from:
if( !$file_ext AND is_dir($file)) $file_ext = "dir";
to
if( is_dir($file)) $file_ext = "dir";

The $file_ext check is redundant anyway.

m1k1o added a commit to m1k1o/file-directory-list that referenced this issue Dec 26, 2021
@m1k1o m1k1o linked a pull request Dec 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant