TOC PREV NEXT INDEX

 


Platform Portability Warnings


The TclPro Checker generates warnings when a command is used that may be nonportable between various platforms.


set file [open $dir/$file r]

In this example, the file join command should be used so that the correct directory and file separator is used, that is, "\" on Windows and "/" on Unix.




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