Hi Nicolas,
I guess you want to check if the file is physically present? Since you good
at usign the registry you can obtain the path where ms office installed
right? Usign that path either you can use dir$(path) or chdir(path) and the
use the dir$(file name) to determine.
Is this what you wanted to do?
Anand

Signature
"Who will guard the guards?"
> Hi Anand,
>
[quoted text clipped - 34 lines]
> >>
> >> Julien.
NICOLAS Julien - 07 Jun 2005 10:21 GMT
Hi Anand,
So, I find the "HKLM\SOFTWARE\MICROSOFT\OFFICE\11.0\WORD\INSTALLROOT\Path"
key in the registry and I wil use it.
But I need the same thing for PROJECT application and there is no path key
to help me, I will write in the good newsgroup ;-)
Thank you for your help !!!!!
Julien is my name...
> Hi Nicolas,
> I guess you want to check if the file is physically present? Since you
[quoted text clipped - 49 lines]
>> >>
>> >> Julien.
Anand.V.V.N - 07 Jun 2005 11:12 GMT
Hi Julien,
Not sure if this would hlep though,
there is a project.applicaion.path, you might already know this, but any
just thoughtit might help.
Anand

Signature
"Who will guard the guards?"
NICOLAS Julien - 07 Jun 2005 17:07 GMT
Hi Anand,
Yes I have already see it but I need the path before launching my
application... I need the path to be sure that I can create an MS Project
application object without errors.
Thank you
Julien.
> Hi Julien,
>
[quoted text clipped - 3 lines]
>
> Anand