M
Michelle
How would I go about finding what version of Adobe the user has on their
machine programmatically? I can only get to the Acrobat folder but can't go
any further. There are 2 folders in the Acrobat folder 7.0 and 8.0 which tell
what version of Acrobat is loaded on the system. I have to make sure there is
a Stamps folder in each of these folders(7.0, 8.0)
My code looks like this:
strTempPath = "\Documents and Settings\" & Environ("USERNAME") &
"\Application Data \Adobe\Acrobat\"
strDrive = "D:"
strResult = Dir(strDrive & strTempPath)
Thanks
machine programmatically? I can only get to the Acrobat folder but can't go
any further. There are 2 folders in the Acrobat folder 7.0 and 8.0 which tell
what version of Acrobat is loaded on the system. I have to make sure there is
a Stamps folder in each of these folders(7.0, 8.0)
My code looks like this:
strTempPath = "\Documents and Settings\" & Environ("USERNAME") &
"\Application Data \Adobe\Acrobat\"
strDrive = "D:"
strResult = Dir(strDrive & strTempPath)
Thanks