Index of Module config - part-cw/lambdanative GitHub Wiki
config
Module:The config module provides information about the application version, name, directory and other configuration related details. This module is REQUIRED for most if not all applications.
Functions in this module:
Function | Short Description |
---|---|
(system-pathseparator) | Returns the platform path separator |
(system-directory) | Returns the applications working directory |
(system-appdirectory) | Returns iOS application directory |
(system-platform) | Returns platform OS identifier |
(system-appname) | Returns application name |
(system-appversion) | Returns application version string |
(system-cmdarg) | Returns first command line argument, if available |
(system-cmdargv n) | Returns the nth command line argument, if available |
(system-cmdargc) | Returns the number of command line arguments |
(system-buildhash) | Returns the compile time git hash of all frameworks |
(system-buildepoch) | Returns the compile time unix timestamp |
(system-builddate) | Returns a compile time date string |
(system-builddatetime) | Returns a compile time date and time string |