You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great. I've created this PR #143 to add the listdir function (and also the scandir function) to the main repo. In the meantime I'll be trying your solution. Thanks!
How would be the recommended way to list all the files in a directory and then delete them.
Using python os you can do it this way:
But I can't seem to find a way to do this with aiofiles.os
The text was updated successfully, but these errors were encountered: