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

add fullPath to file objects so consumers can parse directories #5

Merged
merged 1 commit into from
Aug 8, 2015

Conversation

whyrusleeping
Copy link
Contributor

I wanted to be able to drag and drop folders using this lib, this puts the fullPath field from the entry object onto the file objects that get returned to the consumer allowing us to figure out the directory structure.

If theres a better way to do this, let me know.

@feross feross merged commit 9473ed8 into feross:master Aug 8, 2015
@feross
Copy link
Owner

feross commented Aug 8, 2015

Thanks for the PR!

I also added a fullPath property for browsers that lack Filesystem API support (i.e. everything but Chrome) in 3196b9d.

Published as 2.3.0.

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.

2 participants