carlosAlberto
IS-IT--Management
Hi,
When saving files in TCL I think it only checks that this is possible when it actually tries to close the file.
i.e. you can do : puts $file "fgfgfgf"
But when you actually do $close file, this is when it saves.
Is there a way I can put a check routine into this.
i.e. if (close $file == *error*)
puts "It was not possible to save your file"
I have limited space on my server which often becomes full. (no available money in the budget)
When saving files in TCL I think it only checks that this is possible when it actually tries to close the file.
i.e. you can do : puts $file "fgfgfgf"
But when you actually do $close file, this is when it saves.
Is there a way I can put a check routine into this.
i.e. if (close $file == *error*)
puts "It was not possible to save your file"
I have limited space on my server which often becomes full. (no available money in the budget)