Page 1 of 1

perform chdir when the directory is really need (optionally)

Posted: 2007-08-14, 14:50 UTC
by tomas.zalusky
Hallo,

I would find usable if TC offer content of a directory without "chdir-ing" into it. On Windows, while the TC is chdir-ed in the directory, no other application can move or delete it, which is sometimes little bit incovenient. The chdir should perform when something (file/subdirectory/executable/...) from the directory is *really* needed. I understand that this behavior would have bigger overhead, so a configuration option which would flag it on/off would be better solution.

More on how was this issue inspired, in this thread:
ghisler.ch/board/viewtopic.php?p=131512 (antispam disallows me to link to this site :-D)

Thanks
Tomas Zalusky

Posted: 2007-08-16, 16:50 UTC
by ghisler(Author)
Recently I considered to implement it, but chdir is currently used in many 100s of places in TC, so it would be a multi-week job to eliminate them all...