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
That's because the current isdirpath is awkward and a kinda pointless function. There's no clear definition of what it should return for various filesystems. Whatisdirpath returns doesn't have any bearing on what isdir(fp) returns, which is what I think most people care about? I think in order for that to be useful we'd need to update the Filesystem API to consistently return a valid isdirpath whenever it returns a directory (e.g., splitdir, homedir, pwd). If we did that then I'd consider adding that here, and possibly unifying some of the logic from AWSS3.S3Path.
The function
isdirpath
is not extened onAbstractPath
s. So the following code won't work:The text was updated successfully, but these errors were encountered: