Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9082

nodejs path.resolve試す

$
0
0

resolve関数にpathを渡すとpathを連結してくれる。

import*aspathfrom'path';console.log(path.resolve(__dirname,'hoge','fuga.csv'))
/path/hoge/fuga.csv

Viewing all articles
Browse latest Browse all 9082

Latest Images

Trending Articles