I have written an Add-In for MS Word. Can anyone tell me the most reliable
way to get the full path to the temporary directory used by MS Word? On my
system it happens to be:
C:\Documents and Settings\Self\Local Settings\Temp\Word\
I would like to be able to retrieve it using the Word/Office Document Object
Model or whatever works best.
thx
--
Robert Oschler
http://www.dog-images.com -- Devoted to providing free info on the health,
nutrition, and training of dogs.
Paul Clement - 29 Oct 2003 20:14 GMT
¤ I have written an Add-In for MS Word. Can anyone tell me the most reliable
¤ way to get the full path to the temporary directory used by MS Word? On my
¤ system it happens to be:
¤
¤ C:\Documents and Settings\Self\Local Settings\Temp\Word\
¤
¤ I would like to be able to retrieve it using the Word/Office Document Object
¤ Model or whatever works best.
See the following:
Obtaining Windows' System Folders
http://www.mvps.org/vbnet/code/system/windirs.htm
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)