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

To do the equivalent of / and \ in file paths #9

Closed
Gemorroj opened this issue Feb 26, 2018 · 0 comments
Closed

To do the equivalent of / and \ in file paths #9

Gemorroj opened this issue Feb 26, 2018 · 0 comments
Assignees
Milestone

Comments

@Gemorroj
Copy link
Owner

To unify the directory separators for different file systems.
For example:

$obj = new Archive7z('test.7z');
$obj->getEntry('test/test.txt'); // must be equivalent
$obj->getEntry('test\\test.txt'); // must be equivalent
@Gemorroj Gemorroj added this to the 5.0.0 milestone Feb 26, 2018
@Gemorroj Gemorroj self-assigned this Feb 26, 2018
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