var fs = require('fs'); try { fs.statSync('path/to/file'); console.log('file or directory exists'); } catch (err) { if (err.code ...
確定! 回上一頁