Hi,
I am using Automation for Word. Now I want to know the names of all the
temporary files which word creates using automation.


SSD

RE: How to get Word Temporary filename using automation? by JayFreedman

JayFreedman
Thu Nov 22 08:57:01 PST 2007

You can't. The VBA/automation interface simply has no knowledge of those
names, nor should it -- what are you trying to do?

See http://support.microsoft.com/?kbid=211632 for a description of the types
of temporary files Word uses. You might be able to scan the disk for such
files, but you'll never know which files are associated with which documents.

--
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org


"SSD" wrote:

> Hi,
> I am using Automation for Word. Now I want to know the names of all the
> temporary files which word creates using automation.
>
>
> SSD