Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

0.1.39: Use DIRECTORY_SEPARATOR instead of hardcoded chars (#83)

Compare
Choose a tag to compare
@martinlindhe martinlindhe released this 23 May 04:47
· 13 commits to master since this release
* Use DIRECTORY_SEPARATOR instead of hardcoded chars

Replaced the '/' and '\\' to DIRECTORY_SEPARATOR.

* Remove the first character of $filePath conditionally

Conditionally remove the leading '/' in $filePath instead of replacing DIRECTORY_SEPARATOR.