os2posix#

lsst.resources.utils.os2posix(ospath: str) str#

Convert a local path description to a POSIX path description.

Parameters#

ospathstr

Path using the local path separator.

Returns#

posixstr

Path using POSIX path separator.