A subsystem which I have no control over insists on providing filesystem paths in the form of a uri. Is there a python module/function which can convert this path into the appropriate form expected by the filesystem in a platform independent manner?
A subsystem which I have no control over insists on providing filesystem paths in
Share
Use
urllib.parse.urlparseto get the path from the URI: