i'm currently doing an assignment at university and i'm struggling on a specific task
After displaying a file listing i need to prompt the user to enter the number of a file to get more details on that file. The user can then enter the number 0 to skip this step. The extra details shown should be:
File: notepad.exe
Full file name: C:\Windows\notepad.exe
File size: 93536 bytes
Created: 14/07/2009 12:54:24
Last accessed: 10/08/2009 15:21:05
im using C# im wondering if anyone knows how to guide me on the right step? thankyou