同步版本的 rmdir() 。
返回值为null 或 undefined则表示删除成功,否则将抛出异常。
由于该方法属于fs模块,使用前需要引入fs模块(var fs= require(“fs”) )
path 目录路径