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

feat: add entry.isSymlink function #44

Closed
wants to merge 1 commit into from
Closed

feat: add entry.isSymlink function #44

wants to merge 1 commit into from

Conversation

ayushmanchhabra
Copy link

@ayushmanchhabra ayushmanchhabra commented Feb 18, 2024

Closes: #39

@ayushmanchhabra ayushmanchhabra changed the title feat: add isSymlink function feat: add entry.isSymlink function Feb 18, 2024
@ayushmanchhabra
Copy link
Author

For now, I'll add how to identify symlinks in the docs. Will figure out to add it to the repo later.

@overlookmotel
Copy link
Owner

overlookmotel commented Mar 11, 2024

OK cool. Thanks for the effort. I do think it's trickier than it appears, because this is not specified in the ZIP spec itself.

@ayushmanchhabra
Copy link
Author

I do think it's trickier than it appears, because this is not specified in the ZIP spec itself.

This is what I realised. It is easy to identify symlinks but hard to implement the (cross platform) logic which does the unzipping.

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

Successfully merging this pull request may close these issues.

[Potential Feature] How to identify an entry as symlink?
2 participants