Skip to main content
1-Visitor
November 18, 2013
Question

FILE VERSION

  • November 18, 2013
  • 3 replies
  • 2378 views

HI

For a special application I need to save files without version number.

In other words, I'd like to save always overwriting the same file. (filename.prt - without .#)

Ex- PRT0001.prt instead of PRT0001.prt.1

    3 replies

    21-Topaz II
    November 18, 2013

    There's no way to change that, that I'm aware of.

    1-Visitor
    November 18, 2013

    I am not sure if this helps you, but, given that you cannot do what you really want, what if the version number was always 1, that you can do. I use the spekan purge tool, & have it set to re-name the last version to 1.

    John

    1-Visitor
    November 18, 2013

    Seems like you need a mapkey that does the save, runs a script to find anything new, deletes anything old that matches the base name of the new items, and then renames the new items to remove the suffix.

    17-Peridot
    November 18, 2013

    It does beg the question... if you have an xx.prt and an xx.prt.1, which does Creo open? I have tried doing this to manage library parts where the versioned file can be considered trash. In that case, a batch file can clean up the folders by deleting *.*.1, .2, .3 etc.

    I think even purge avoids affecting these non-versioned files. I haven't tested this, but it is an interesting throught for formats, symbols, or even template section parts.

    12-Amethyst
    November 19, 2013

    Antonius, surely Creo will always open higher indexed file, version without extension (though kind illegally stripped) will be considered the oldest one.

    Btw, there is an option in FIle Open dialogue to see "All versions" for whatsoever curiosity, though it is strictly not recommended to use it in assembly mode to avoid de - synchronization between different components versions in same assembly.

    Regards

    - Vlad