Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/config/deps/github.ts>coreActions.toWin32Path

Create and manage your GitHub workflows with TypeScript and Deno.
Go to Latest
function coreActions.toWin32Path
import { coreActions } from "https://deno.land/x/actionify@0.2.0/config/deps/github.ts";
const { toWin32Path } = coreActions;

toWin32Path converts the given path to the win32 form. On Linux, / will be replaced with \.

Parameters

pth: string

Path to transform.

Returns

string

string Win32 path.