bottle icon indicating copy to clipboard operation
bottle copied to clipboard

Make FileUpload.save accept Path instance for destination

Open johndoe46 opened this issue 1 year ago • 1 comments

Path instance is detected and converted to str. No other changes.

johndoe46 avatar Mar 22 '25 09:03 johndoe46

I would prefer to actually move from os.path to pathlib.Path whenever possible, ans support both str and os.PathLike as input to those functions/methods.

defnull avatar Apr 21 '25 13:04 defnull