エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GitHub - substack/node-mkdirp: Recursively mkdir, like `mkdir -p`, but in node.js
mkdirp(dir, opts, cb) Create a new directory and any necessary subdirectories at dir with octal p... mkdirp(dir, opts, cb) Create a new directory and any necessary subdirectories at dir with octal permission string opts.mode. If opts is a non-object, it will be treated as the opts.mode. If opts.mode isn't specified, it defaults to 0777 & (~process.umask()). cb(err, made) fires with the error or the first directory made that had to be created, if any. You can optionally pass in an alternate fs imp



2013/12/11 リンク