View Single Post
  #10 (permalink)  
Old 07-08-2009, 05:08 PM
Helmut Giese
Guest
 
Posts: n/a
Default Re: tcl file handles on Linux and Windows - advice requested

Hi Roger,
to me the result of [open] (e.g. 'file1202ed0') looks a lot like it
contains a hexadecimal address.
If your lucky this is the address of the corresponding Tcl_Channel
struct, which surely contains something useful to you.

Of course I would never publicly recommend such an approach.
Good luck
Helmut Giese
Reply With Quote