The list of directories to search for top level modules

The list is initially set with:

  • the toolcontext --path option
  • the NIT_PATH environment variable
  • toolcontext.nit_dir Path can be added (or removed) by the client

Property definitions

nitc :: loader $ ModelBuilder :: paths
	# The list of directories to search for top level modules
	# The list is initially set with:
	#
	#   * the toolcontext --path option
	#   * the NIT_PATH environment variable
	#   * `toolcontext.nit_dir`
	# Path can be added (or removed) by the client
	var paths = new Array[String]
src/loader.nit:220,2--227,30