TOC PREV NEXT INDEX

 


Specifying a Temporary Directory


The prowrap temp argument allows you to specify a directory that TclPro Wrapper uses to temporarily hold files created during the wrapping process. By default, TclPro Wrapper uses the directory given by either TEMP, TMP, or TMPDIR environment variables, which are checked in that order. On Unix, the directory falls through to the /tmp directory if no environment variable exists.

For example, the following uses C:\Temp as a temporary directory for wrapping on a Windows system:


% prowrap -temp C:\Temp foo1.tcl foo2.tcl



http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX