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
The rest of those functions that return File objects say the same thing. Is it the word 'path' tripping you up? If so, the documentation is all that needs to be changed.
But absolute-path returns a String, doesn't it? That's why I assumed it was the implementation and not the docstring for normalized-path that needed fixing. Either way works for me, as long as things are consistent.
normalized-path claims to return a path, but instead returns a File object.
The text was updated successfully, but these errors were encountered: