How to return the value with the name of a folder in C #?
Example, if I execute:
Directory.GetFiles("%PROGRAMFILES% (x86)\MyApp", "*.*", true);
And if you can do it, it returns like this:
%PROGRAMFILES% (x86)\MyApp\MyApp.exe
%PROGRAMFI...
asked by
27.09.2015 / 17:41