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

Card Puncher Data Processing

About

How to write a directory path on Windows and Unix ?

Syntax

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

  • enclosing it with a double quote
  • using the forward slash (/) instead of the backslash (\)
  • omitting the last backslash

Example :

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

On unix :

lappend auto_path /EclipseWorkSpace/QuickstartInstaller/test





Discover More
Card Puncher Data Processing
Tool Command Language (TCL)

Tcl (from “Tool Command Language”) is a scripting language created by John Ousterhout. intended to be embedded into applications ( Oracle Warehouse Builder use it as scripting language : Mixed with...



Share this page:
Follow us:
Task Runner