Disabling hidden ~$ file generation?

  • Thread starter Thread starter David
  • Start date Start date
D

David

When I open a hello.docx in Word 2007, it creates a hidden ~$hello.docx file.
How do disable the creation of that file vis Word API?

I was thinking that it was created because of the auto save feature. I tried
Application.Options.SaveInterval = 0, but it didn't work.
 
David said:
When I open a hello.docx in Word 2007, it creates a hidden
~$hello.docx file. How do disable the creation of that file vis Word
API?

I was thinking that it was created because of the auto save feature.
I tried Application.Options.SaveInterval = 0, but it didn't work.

It's a temporary file, and there is no way to disable its creation -- other
than not using Word.

See http://support.microsoft.com/?kbid=211632 for explanations.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top