If you include the System.IO namespace there is a "File" object and this object has methods like GetCreationTime, GetLastAccessTime, GetLastWriteTime. You can retrieve the values you want by giving the filePath + fileName as a parameter to the methods.
Hope this helps.
|