Seite 1 von 1

FileExists with wildcard

Verfasst: 23 Aug 2013, 10:25
von bobzbobz
Hi

Is it possible to use wildcard-search for FileExists.
Example:

Code: Alles auswählen

if not FileExists("%Systemroot%\Microsoft.NET\Framework64\v4*\Extended\")
...do something...
endif
This is because the folder under "Framework64" has it's name after which version is installed, so could be "v4.0.30319" or maybe "v4.0.30300" or maybe something else.

Regards,
Soren

Re: FileExists with wildcard

Verfasst: 28 Aug 2013, 21:03
von d.oertel
Hi,

sorry - no (not yet)

regards

d.oertel