hi,
i think there is some problem with opening and closing of files thru TCL on MS windows operating system.
my program read as follows
set fp [open c:/temp/xyz.txt w+]
puts $fp "fdf dfdfd fdfdf"
close $fp
Now when i try to delete the c:/temp directory. Windows says that Access Denied, file still in use. I am using TCL which is embedded in a scm product to acess the outside files
regards,
motel
i think there is some problem with opening and closing of files thru TCL on MS windows operating system.
my program read as follows
set fp [open c:/temp/xyz.txt w+]
puts $fp "fdf dfdfd fdfdf"
close $fp
Now when i try to delete the c:/temp directory. Windows says that Access Denied, file still in use. I am using TCL which is embedded in a scm product to acess the outside files
regards,
motel