Answers for "js is directory"

0

js is directory

const fs=require("fs");

fs.lstatSync(path_string).isDirectory();
Posted by: Guest on June-14-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language