I have a folder structure like this,i want get a list that all folder names in pack folder. Then traverse the list and load them
├── pack
│ ├── completion
│ │ ├── company
│ │ │ └── pack-company.el
│ │ ├── ivy
│ │ │ └── pack-ivy.el
│ │ └── smartchr
│ │ └── pack-smartchr.el
│ ├── editor
│ │ ├── evil
│ │ │ └── pack-evil.el
│ │ ├── fold
│ │ │ └── pack-fold.el
│ │ └── multiple-cursors
│ │ └── pack-multiple.el
list will has pack/completion/company, pack/completion/ivy etc..
completionandeditor, or all the subdirectories, too? – choroba Sep 09 '19 at 08:47pack/completion/company,pack/completion/ivy,pack/editor/eviletc.,. – xiaodong huan Sep 09 '19 at 08:51pack/completionandpack/editor? – xuchunyang Sep 09 '19 at 09:36