Difference between revisions of "Addbeggpath"

From LIBISIS
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
 
SYNTAX: addbeggpath('name','direc1','direc2',...,'direcN')
 
SYNTAX: addbeggpath('name','direc1','direc2',...,'direcN')
  
adds a list of directories to an [IXTpath] entry in the global path with name='name'. The new directories are added to the top of the list. If the entry 'name' does not exist then no changes are made.
+
adds a list of directories to an [[IXTpath]] entry in the global path with name='name'. The new directories are added to the top of the list. If the entry 'name' does not exist then no changes are made.
  
 
<pre>
 
<pre>
 
>> addbeggpath('my_data_area','c:\extra\rawfiles','d:\temp\rawfiles')
 
>> addbeggpath('my_data_area','c:\extra\rawfiles','d:\temp\rawfiles')
 
</pre>
 
</pre>

Latest revision as of 14:41, 31 March 2008

SYNTAX: addbeggpath('name','direc1','direc2',...,'direcN')

adds a list of directories to an IXTpath entry in the global path with name='name'. The new directories are added to the top of the list. If the entry 'name' does not exist then no changes are made.

>> addbeggpath('my_data_area','c:\extra\rawfiles','d:\temp\rawfiles')