File paths.icn

Summary


 paths.icn - procedures for manipulating IPATH/LPATH

 Author: Clinton Jeffery

Procedures:
ipaths, ipaths_get, lpaths, lpaths_get, paths_get, pathsep, semicolonpath, ulibpaths, ulibprefix

Global variables:
iconc

Links:
getpaths.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

ipaths()


ipaths_get()


lpaths()


lpaths_get()


paths_get(path, sep)


pathsep()


 pathsep() returns the sentinel value that separates elements of the path.
 extra care is needed (on non-Windows systems) when space appears in a
 pathname, since space is the path separator for many shells.


semicolonpath(env, sep)

 return paths separated by semicolons by default, unless the user asks for something else (supplied by Jafar)


ulibpaths()

 unicon library paths


ulibprefix()

 return the top level unicon directory


Global variables:
iconc -- the global variable "iconc" needs to be defined here for all uses other than in the unicon compiler. Defining this global here will not affect any other global definition in the unicon compiler sources and will prevent any undefined variable messages in other applications that use this IPL file.


This page produced by UniDoc on 2021/04/15 @ 23:59:54.