Table of Contents

TCL - How to write a directory path on Windows and Unix ?

About

How to write a directory path on Windows and Unix ?

Syntax

On the Windows Plateform, you must write a path by :

Example :

lappend auto_path "C:/EclipseWorkSpace/Quickstart Installer/test"

On unix :

lappend auto_path /EclipseWorkSpace/QuickstartInstaller/test