Skip to main content
helenafroyton
Participating Frequently
November 12, 2015
Answered

.cptx and .cptx* - What is the difference?

  • November 12, 2015
  • 1 reply
  • 764 views

Does anyone know the difference between .cptx and .cptx*?  Thanks!

    This topic has been closed for replies.
    Correct answer Captiv8r

    Hi there

    To expound on the answer above, in "programmer speak" the addition of the asterisk trailing the file name means that the project is "dirty". This means what is in your computer memory is different than what has been saved to the hard drive. If your computer were to suddenly lose power, whatever changes had been made after the last save would simply be ignored.

    So the asterisk indicates that you should consider saving. But note that you really wouldn't want to continually save and save and save. Because each change in position or keystroke added will result in the asterisk being added.

    Cheers... Rick

    1 reply

    BDuckWorks
    Inspiring
    November 12, 2015

    * means there have been changes since saving.

    Captiv8r
    Captiv8rCorrect answer
    Legend
    November 12, 2015

    Hi there

    To expound on the answer above, in "programmer speak" the addition of the asterisk trailing the file name means that the project is "dirty". This means what is in your computer memory is different than what has been saved to the hard drive. If your computer were to suddenly lose power, whatever changes had been made after the last save would simply be ignored.

    So the asterisk indicates that you should consider saving. But note that you really wouldn't want to continually save and save and save. Because each change in position or keystroke added will result in the asterisk being added.

    Cheers... Rick

    helenafroyton
    Participating Frequently
    November 13, 2015

    Hi BDuckWorks and CaptivBr,

    Thank you for your replies. How is the asterisk removed? Is there no asterisk once you save your work onto the hard drive? Is that done by simply selecting Save As?  Thanks again!