Why not just try opening the file ? fs.open('YourFile', 'a', function (err, fd) { ... }) anyway after a minute search try this : var path = require('path'); ...
確定! 回上一頁