Extend the c-treeACE Server's functionality with your own logic via the CTUSER() function. FairCom offers an easy method for you to expand the functionality of the c-treeACE Server by loading your own custom user functions.
The CTUSER model accepts a text buffer as its argument and passes this buffer to the c-tree Server. The Server then executes the CTUSER function and loads the functionality you have coded into the CTUSER function stub provided to you in source code form. Sample uses of CTUSER would be:
to determine machine specifics on the c-tree Server machine (i.e., amount of hard drive space free, etc.)
start a cron process
virtually any type of operation that can be executed from a C language function call