Function sysPaths

  • Converts an array of Git relative paths to operating-system relative paths. See also gitPath, gitPaths, and sysPath.

    Parameters

    • relativePaths: string[]

      The relative paths to convert.

    Returns string[]

    The converted relative paths.