Module luarocks.fs.unix

(no description)

Functions

absolute_name (pathname, relative_to) Return an absolute pathname from a potentially relative one.
wrap_script (file, dest) Create a wrapper to make a script executable from the command-line.
is_actual_binary (filename) Check if a file (typically inside path.bin_dir) is an actual binary or a Lua wrapper.


Functions

absolute_name (pathname, relative_to)
Return an absolute pathname from a potentially relative one.

Parameters:

  • pathname: string: pathname to convert.
  • relative_to: string or nil: path to prepend when making pathname absolute, or the current dir in the dir stack if not given.

Returns:

    string: The pathname converted to absolute.
wrap_script (file, dest)
Create a wrapper to make a script executable from the command-line.

Parameters:

  • file: string: Pathname of script to be made executable.
  • dest: string: Directory where to put the wrapper.

Returns:

    boolean or (nil, string): True if succeeded, or nil and an error message.
is_actual_binary (filename)
Check if a file (typically inside path.bin_dir) is an actual binary or a Lua wrapper.

Parameters:

  • filename: string: the file name with full path.

Returns:

    boolean: returns true if file is an actual binary (or if it couldn't check) or false if it is a Lua wrapper.
generated by LDoc 0.5