up previous next
CocoaPackagePath

returns the path to the CoCoA packages

Syntax
CocoaPackagePath():STRING

Description
This function returns the path name of the directory containing the CoCoA libraries. It is platform dependent.

Example
CocoaPackagePath();  
/usr/local/lib/cocoa-4.6/packages
-------------------------------