vilian_test_firststep_20180308_mygodisthenamealreadyexistence

1.0.1 • Public • Published

#学习使用node文件模块 ##判断文件是否存在

var fs = require('fs');

fs.stat('/xxx', function(err, stat){
    if(stat&&stat.isFile()) {
    	console.log('文件存在');
	} else {
	    console.log('文件不存在或不是标准文件');
    }
})

Readme

Keywords

none

Package Sidebar

Install

npm i vilian_test_firststep_20180308_mygodisthenamealreadyexistence

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.15 kB

Total Files

3

Last publish

Collaborators

  • vilian