0
我想根據數據。如果文件創建文件創建文件存在今天的日期的話,就必須不能創造。我每次都寫了一些代碼如何根據日期
path.exists('./LOG/BAlDate-Info' +Date()+'.txt', function(exists) {
if (!exists) {
fs.writeFile('./LOG/BALDate-Info' +Date()+'.txt',"BAl-Employee is called @ "+ Date(),function(err){
if(err){
console.log("error is: " + err)
}
else
console.log("no error found");
});
}
});
在這種情況下,文件I運行這個代碼它創建文件,但我想創建今天的日期單一文件。 請幫我在這種情況下
感謝它正在工作... @sptirca – ana 2013-05-14 07:31:37