Hi Frederick,
re:
> Your not ruling out more than one kind of backup scheme, are you?
No, but automatic saving can become disruptive when large files are involved.
> In any case, what the rules used to add that number?
It takes off the file extension, then gathers characters from the end downward until it hits a non numeric character. Then it takes those gathered numeric characters and parses it as a number value, and bumps up the number value by 1.
It checks if there is any already existing file with the number it wants to use and if so keeps bumping it up so that it will not overwrite any existing files.
> So the name "MyFileName v03" became v04, then v05, etc.
Yes it will do that.
> Something like v03.001, v03.002 would be fine
It will do that if you start it off with the suffix.
If you have a current file name of v03.3dm , it will do v04.3dm but if you get it started with your suffix with v03.001 then you should get v03.002, v03.003, v03.004, etc... as you want.
> Or something like v03 Snap 001, v03 Snap 002, etc.
It should do that too if you get it started with v03 Snap 001.3dm instead of giving it just v03.3dm
> Anyway to control what it does?
If you put any character other than a number immediately after your version it should leave your version number alone.
- Michael
|