This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c7c0b49be9e272aa6421ed26f7b03d3c465d2313 Mon Sep 17 00:00:00 2001 | |
From: Rasmus Andersson <[email protected]> | |
Date: Tue, 2 Mar 2010 03:13:41 +0100 | |
Subject: [PATCH] Added fs.mkdirs and fs.mkdirsSync for recursively creating directories as needed | |
--- | |
doc/api.txt | 10 +++++ | |
lib/fs.js | 82 +++++++++++++++++++++++++++++++++++++++++ | |
test/simple/test-fs-mkdirs.js | 47 +++++++++++++++++++++++ | |
3 files changed, 139 insertions(+), 0 deletions(-) |
NewerOlder