How can i handle this? Is there any WIN API function available to retrive?
Thanks,
Siva
> You could also consider using the Windows File System object (distasteful I know)
> from within VFP to get the item you are looking for.
>
> > Hi everybody!
> >
> > I'm working with Visual FoxPro version 7, and I have a little trouble. I want to get the version number from an .dll file (Given by third party).
> >
> >
AGETFILEVERSION(Myarray,'vision32.dll')
> > ?Myarray(4) && its giving the File Version
> >
> > I need to check this .dll file from my application whether that .dll file is digitally signed or not. For this I don't have any solution yet.
> > Could anybody help me with this?
> >
> > Thanks in advance.
> > Siva