filesystem.is_other

Synopsis

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

Description

Checks whether the given path refers to a file of type other type. That is, the file exists, but is neither regular file, nor directory nor a symlink.