Emilua API Reference filesystem is_other For the latest stable version, please use Emilua API 0.10! 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. is_fifo is_regular_file