pyret-lang icon indicating copy to clipboard operation
pyret-lang copied to clipboard

New feature: creating a directory tree

Open blerner opened this issue 7 years ago • 2 comments

Implements a new method create-dir-tree, which is like mkdir -p but enhanced. Given a base directory, and a string-dict of string-dicts of ..., where the innermost string-dicts' values are irrelevant, build a directory tree whose nesting structure corresponds to the keys of the string-dicts.

blerner avatar Jul 06 '18 01:07 blerner

WHOA.

What does this do in the browser?

shriram avatar Jul 06 '18 11:07 shriram

Nothing -- it's in the filelib module, which isn't made available on CPO.

blerner avatar Jul 06 '18 14:07 blerner