pyminio icon indicating copy to clipboard operation
pyminio copied to clipboard

Support pathlib object as a parameter

Open IamShobe opened this issue 4 years ago • 0 comments

p = Path("/") / "test" / "b"

pyminio.rm(p)

IamShobe avatar Sep 28 '20 22:09 IamShobe