• Recursively read the contents of a directory.

    Parameters

    • targetDir: string

      Absolute or relative path of the directory to scan. All returned paths will be relative to this directory.

    Returns string[]

    Array holding all relative paths

Generated using TypeDoc