PDA

View Full Version : iTCL vfs read $something fails with no error


Mouton
04-27-2004, 06:17 PM
Sometimes, it works.
Sometimes, it just does that:

In SystemError.log:
04-27-2004 17:55:10 "..\scripts\ioUNNUKE.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs read $realdir"
(procedure "unnuke" line 14)
invoked from within
"unnuke
"
(file "..\scripts\ioUNNUKE.itcl" line 249)
------------------------------------------------------------------in my .itcl:
13: putlog "Locking $realdir for UnNuke..."
14: set result [vfs read $realdir]in my ioFTPD.log:
04-27-2004 17:55:10 Locking C:/ftp/trucs/Test-Mouton for UnNuke...

Mouton
04-27-2004, 06:34 PM
Apparently, it means that the file/dir doesn't exists.
And indeed, it doesn't.
:)