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