Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.62k stars 151 forks source link

[Feature request] aiofiles.os.path.split #140

Closed ruizlenato closed 2 years ago

ruizlenato commented 2 years ago

In os there is os.path.split, it would be nice to see a similar function in aiofiles

Tinche commented 2 years ago

I don't think os.path.split hits the filesystem, so there would be no benefit to running it in a thread. Correct me if I'm wrong.