Message 60323 - Python tracker (original) (raw)

Logged In: YES user_id=45365

Sort of. If the user wants an fsspec back you need to construct it. The difficult bit is getting the MacRoman (or whatever the local convention is)/utf-8 handling right. And then there's the 31-char limit for FSSpec filenames, which OSX handles with magic under the hood (but for non-existent files we don't have to worry about this).

But: if you're willing to do a 90% fix (say, by requiring ASCII in the last part of the filename): be my guest!