我想刪除list_file_to_delete
中的3個文件,但我不知道什麼是「路徑三個文件在這裏」?我需要爲環/中/的forEach功能刪除所有或只需要3條路徑可能var string = "...a1.jpg, ...a2.jpg,...a3.jpg"
一個字符串?在此先感謝文件路徑和刪除nodejs文件
在delete.js
文件
var list_file_to_delete = ["/images/a1.jpg", "/images/a2.jpg", "/images/a3.jpg"]
fs.unlink(path to three files here, function(err) {console.log("success")})
這是myapp
目錄
myapp
/app
/js
delete.js
/public
/images
a1.jpg
a2.jpg
a3.jpg
server.js
反引號不是引號。使用它們僅環繞代碼。 –