Как прочитать имя и размер папок каталога в angular 4 с помощью typescript
How to read the directory Folders name and size in Angular 4 using Typescript
Что я уже пробовал:
listFiles('C:\Users\nawab_ahmad\Downloads\get-folder-size-master') .then(files => { console.log(files.entries) // do what ever you want with the file paths });