Skip to content

Relax error checking

Compare
Choose a tag to compare
@theophilusx theophilusx released this 16 Jan 07:37
· 480 commits to master since this release

Error checking was too stringent and use of list() in exists was a problem if user did not have read and execute access for parent directory. Using stat() instead of list() should fix that issue.