Function action_core::utils::to_posix_path
source · pub fn to_posix_path(path: impl AsRef<str>) -> String
Expand description
toPosixPath
converts the given path to the posix form.
On Windows, \ will be replaced with /.
pub fn to_posix_path(path: impl AsRef<str>) -> String
toPosixPath
converts the given path to the posix form.
On Windows, \ will be replaced with /.