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

Async version of functions in os.path #63

Closed
wants to merge 8 commits into from

Conversation

harryzcy
Copy link
Contributor

I think os.path function would be commonly used. Their corresponding async version is now provided. Functions of path.exist, path.isfile, path.isdir, path.getsize, path.getmtime, path.getctime, path.getatime, path.samefile, path.sameopenfile.

All of these functions are tested.

@arossert
Copy link

This looks very helpful @Tinche any plans merging this one?

@hellocoldworld
Copy link

hellocoldworld commented Jan 26, 2021

I would love to see this merged, I found myself rewriting these functions over and over again.

@Tert0 Tert0 mentioned this pull request Aug 1, 2021
@Tinche
Copy link
Owner

Tinche commented Sep 20, 2021

Thanks, I cleaned this up and merged it manually!

@Tinche Tinche closed this Sep 20, 2021
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.

4 participants