Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Daemon/WindowsDocker

Index

Functions

Functions

convertPath

  • convertPath(path: string): string
  • Translate a local Windows path to to its WSL equivalent. This assumes the default settings, where C:\ is mapped to /mnt/c and so on.

    Parameters

    • path: string

      A Windows absolute file path with a drive letter.

    Returns string

    A Unix absolute path to the same location from WSL.

Generated using TypeDoc