Question #38451

Which class of the .NET Framework should Hayley use to enable Sharon to view the file extension of the stock details file? Describe any four properties of the selected class.
1

Expert's answer

2014-01-21T08:56:16-0500
using System.IO;
Console.WriteLine(File.GetAccessControl(@"E:\animals.pdf"));
Console.WriteLine(File.GetAttributes(@"E:\animals.pdf"));
Console.WriteLine(File.GetLastAccessTimeUtc(@"E:\animals.pdf"));
Console.WriteLine(File.GetCreationTimeUtc(@"E:\animals.pdf"));


Answer on Question#38451 – Programming - Other

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS