You may need to add extra slash to create path const path = require('path'); const myDestPath = path.join('D:\\', 'test.txt'); // D drive ...
確定! 回上一頁