Page 1 of 1

Duplicated empty directories

Posted: Tue Jan 25, 2011 9:31 am
by MSpagni
Sorry for being such a PITA but I have to dust off that old unsolved problem.
But I think I have good news: proceeding as follows the problem is deterministic.

Lets start with a situation like that:

Pane A Pane B
(omissis) | (omissis)
---------------------- | ----------------------
some files at .\output | (nothing)
---------------------- | ----------------------
(nothing) | Empty dir .\output\list
---------------------- | ----------------------
some files at .\output\list | (nothing)
---------------------- | ----------------------
(omissis) | (omissis)

N.B. the items "some files at .\output" represent *all* the files in the .\output dir.
Similarly, the items "some files at .\output\list" represent *all* the files in the .\output\list dir.

Delete all the files at \output. The result is as follows (ok):

Pane A Pane B
(omissis) | (omissis)
---------------------- | ----------------------
(nothing) | Empty dir .\output\list
---------------------- | ----------------------
some files at .\output\list | (nothing)
---------------------- | ----------------------
(omissis) | (omissis)

Now delete all the files at \output\list.
The result is as follows:

Pane A Pane B
(omissis) | (omissis)
---------------------- | ----------------------
(nothing) | Empty dir .\output\list
---------------------- | ----------------------
Empty dir .\output\list | Empty dir .\output\list
---------------------- | ----------------------
(omissis) | (omissis)

As I wrote, this seems fairly repetitive!

Then there is the problem of the disappearing empty directory, but at the moment I haven't a "recipe".
I hope you can solve both problems at once.

N.B. The directories are sorted by relative path in ascending order in pane A and combined with pane B.
Of course, if you need my full options let me know.

Regards
Maurizio

Re: Duplicated empty directories

Posted: Tue Jan 25, 2011 6:43 pm
by psguru
Thanks, we'll take a look at this.

Re: Duplicated empty directories

Posted: Wed Jan 26, 2011 6:31 pm
by psguru
This problem has already been fixed in the upcoming version 5.5.

Re: Duplicated empty directories

Posted: Fri Jan 28, 2011 1:16 am
by MSpagni
Very good news indeed!
Well, it was nothing so terrible, I cuold live with it, but anyway I'm glad you solved it.

As always: thank you.