![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: I don't want the backslash to escape ...
From: Brian <bgriffin@model.com>
Date: Thu May 26 2005 - 19:37:56 CEST
cheizer wrote:
Carefully form proper lists and you shouldn't have any problems.
set foo [list rm {/Users/local/Send Registration}]
Semi off topic. You really should be using [file delete] instead of
-Brian
|