dnsjit.core.file - Man Page

OS file operations

Synopsis

 require("dnsjit.core.file")
 local ffi = require("ffi")
 if ffi.C.core_file_exists("path/file") == 0 then
     ...
 end

Description

Module that exposes some file operations that are missing from Lua.

C functions

core_file_exists(path/filename)

Function that takes a string and uses stat() to check if that path/filename exists. Returns zero if it exists.

AUTHORS and CONTRIBUTORS

Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)

Maintained by DNS-OARC

Bugs

For issues and feature requests please use:

For question and help please use:

admin@dns-oarc.net

Info

1.5.0 dnsjit