node-文件操作

path

resolve

path.resolve(from,to) 从绝对路径form开始查找,至到找到to路径,返回to的绝对路径。

fs

readdir(path)

获取目录path下的文件和文件夹名称