import { unlinkSync } from "fs"; try { unlinkSync("/tmp/hello"); console.log("successfully deleted /tmp/hello"); } catch (err) { // handle the error }.
確定! 回上一頁