GET_INI_PATH()
PURPOSE
This function will return the location of the TASPRO.INI file.
NO OTHER PARTS
RETURN TYPE - A
The receiving field should be at least 80 characters long.
COMMENTS
If your receiving field is too short the path will be truncated.
SEE ALSO
EXAMPLE
define x type a size 255
x = get_ini_path()
(* x would now contain a value similar to:
'C:\TASPro7\' *)
Page url: http://www.cassoftware.com/tas/manual/getinipath().htm