In one of our components, ported from Java to C #, we used FileInfoas the equivalent for Java File.
Now we are working to make this class library available for Metro applications, and we need to get certified, obviously.
What is a good replacement for FileInfoin the .NET Framework 4.5 .NET Profile?
source
share