FileExists with wildcard
Verfasst: 23 Aug 2013, 10:25
Hi
Is it possible to use wildcard-search for FileExists.
Example:
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
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
Regards,
Soren