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

Dir::read() failing #4

Open
wishfoundry opened this issue Sep 25, 2012 · 0 comments
Open

Dir::read() failing #4

wishfoundry opened this issue Sep 25, 2012 · 0 comments

Comments

@wishfoundry
Copy link

Hi,

I was having an issue on OSX where the '.DS_Store' files where messing with the Dir::read() function. I solved with:

if ($file == '.' OR $file == '..' OR $file == ".DS_Store")

But this probably should be changed to require a .php extension in the future

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

No branches or pull requests

1 participant