Quote:
Originally Posted by kovidgoyal
@samy2: While that scheme works well in your particular case, consider when you have two files, already named:
part000_1.html
part000_2.html
Now when you split part000_1.html you will get
part000_1.html
part000_3.html
part000_2.html
So that the names become out of order.
|
That is not the problem. I have should explain it in diffrent way.
Now when you split part000_1.html you will get:
part000_1.html
part000_1_1.html
part000_1_2.html
part000_1_3..html
So it is no disorder!
Something like this is better than a monster like " "part0000_1_1_1_1_1_1"