Comment 10 for bug 306673

Revision history for this message
In , Alexander Larsson (alexl-redhat) wrote :

Its a lot easier to call chdir() directly instead of launching a shell
to do it. But that won't help anyway, we can't use cwd to keep the dir
open, since several directories may be open at the same time, not to
mention that it would be a very strange thing to do.

I guess we could have the view hold an open ref to the directory though.