Functions
getAllNestedDirectoryPaths
- getAllNestedDirectoryPaths(directoryPath: string): Promise<string[]>
Parameters
Returns Promise<string[]>
getAllNestedFilePaths
- getAllNestedFilePaths(directoryPath: string): Promise<string[]>
Parameters
Returns Promise<string[]>
getSortedPaths
- getSortedPaths(paths: string[], directoryPath: string): Promise<SortedPaths>
Parameters
paths: string[]
directoryPath: string