Function resolve

  • Resolve a child file of a folder.

    Parameters

    • path: string

      The parent folder path

    • child: string

      The child filesystem entry path (can be a file or folder)

    Returns string

    path and child concatenated, delimited by whatever path separator is already used in the string, defaulting to /; a delimiter is never added if it's not necessary.

Generated using TypeDoc