package.config

Package configuration string

Prototype

package.config

Description

This is a string containing the various character used by the package manager to handle loading packages:

The default entries are:

\  --> directory seperator
;  --> path seperator
?  --> path mark
!  --> execution directory
-  --> ignore mark - ignore everything before it to build a function name

Lua functions

Topics