in reply to Re: file::find reset?
in thread file::find reset?

Yes, I use the mapping/unmapping code in another program for doing network backups using NT Backup. I want to modify that program so that I get the total disk space used by each user and the grand total so that I know who to tell to cleanup before the backup job requires a 2nd tape. It looks like find must keep something in memory, maybe a hash that it relates to X: which interferes when X: is moved. This will make a nice program when it works!! Thanks..

Replies are listed 'Best First'.
(tye)Re: file::find reset?
by tye (Sage) on May 07, 2001 at 23:53 UTC

    Yes, it can. It also clears it out each time you call find(). I suggest you reduce the code to the smallest case that reproduces the problem and post it because I don't think you have correctly diagnosed the problem.

            - tye (but my friends call me "Tye")