J
jeffc
I can execute the following code, and it correctly decodes the system folder
string.
FileVersionInfo versionInfo =
FileVersionInfo.GetVersionInfo("%systemroot%\\system32\\xyz.dll");
But what I want to do is determine what the value is, so I can use it in my
own string, such as this:
String fileString = "%systemroot%\\system32\\xyz.dll";
Anyone know how to get the value of that filled in there? thx
string.
FileVersionInfo versionInfo =
FileVersionInfo.GetVersionInfo("%systemroot%\\system32\\xyz.dll");
But what I want to do is determine what the value is, so I can use it in my
own string, such as this:
String fileString = "%systemroot%\\system32\\xyz.dll";
Anyone know how to get the value of that filled in there? thx