Skip to content

Dir::read() failing #4

@wishfoundry

Description

@wishfoundry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions