I want to get last modification date of the file that is returned by action method. I think I need a full file path. FilePathResult
has property FileName
.
Does this property return full file path or just a name? If so, can I somehow obtain full path to that file?
Thanks!