From: Deborah H. <de...@us...> - 2002-04-28 19:45:07
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv18504/tlisp/functions/object Modified Files: Create.tcc Object.tcc Log Message: TLisp objects must now be created in directories which must exist. The _cwd TLisp variable stores the current directory (need to add a chdir function). Relative pathnames will be created/accessed relative to the current directory. |