Function unixreaddir

  • Reads directory parent (either recursively or not depending on options) and generates either a string[] of unix paths, Dirent[] array with unix paths property or, when recursive is true, returns a tree also with unix paths for each node.

    Parameters

    Returns Promise<Dirent[] | string[] | TreeNode>

Generated using TypeDoc