exists | check file or directory exist, return boolean. exactly same depreciated fs.promise.exists funciton |
existsSync | check file or directory exist, return boolean. exactly same depreciated fs.existsSync funciton |
getDirname | get directory name. If targetPath is already directory return targetPath(not parent directory) |
getDirnameSync | get directory name. If targetPath is already directory return targetPath(not parent directory) |
isDirectory | if targetPath is directory, return true |
isDirectorySync | if targetPath is directory, return true |
isEmptyDir | check directory is empty |
isEmptyDirSync | check directory is empty |
isDescendant | check target directory is descendant of parent directory |