Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
dnsjit.core.file(3)	   Library Functions Manual	   dnsjit.core.file(3)

NAME
       dnsjit.core.file	- 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 Lundstrm (DNS-OARC), Tom Kek (CZ.NIC), Petr  paek (ISC)

       Maintained by DNS-OARC

	      https://www.dns-oarc.net/

BUGS
       For issues and feature requests please use:

	      https://github.com/DNS-OARC/dnsjit/issues

       For question and	help please use:

	      admin@dns-oarc.net

dnsjit				     1.4.0		   dnsjit.core.file(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dnsjit.core.file&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help