Feature #17550
Why no function to get all subdirectories of a directory?
Status:
Open
Priority:
Normal
Assignee:
-
Target version:
-
Description
Googling around, this seems to be a relatively common request. Would you be willing to accept a pull request implementing this feature?
Updated by nobu (Nobuyoshi Nakada) about 2 months ago
Dir.glob("**/")
, if you don't mind trailing slashes.