filesystem.is_directory

Synopsis

local fs = require "filesystem"
fs.is_directory(p: fs.path) -> boolean

Description

Checks whether the given path refers to a directory.