Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 597 Bytes

make-nested-directory.md

File metadata and controls

12 lines (11 loc) · 597 Bytes

jetta.makeNestedDirectory FUNCTION

  • A simple utility for creating nested directories, creating them where they do not exist
  • Used internally by other jetta features and tests, but exposed for your convenience
  • Example:
jetta.makeNestedDirectory(path.join('example', 'new', 'nested', 'directory'))
  • jetta.makeNestedDirectory(path STRING[, options OBJECT])
    • path STRING - the path (full or relative) to create
    • options OBJECT