> > If you are running this on linux then just: > > ls -l /proc/xxx/fd/* > > will show you where the file descriptors are going to. no procfs here- yeah I could have done an 'fstat' or 'lsof' and traced it further but did not think to do so. mm