Function readdir

  • Return [array, err] where array is an array of strings containing the filenames of the directory path. err is the error code.

    Parameters

    • path: string

    Returns ResultTuple<string[]>

Generated using TypeDoc