ASP GetFile
The ASP GetFile method is used to find out information about a given file. The most common uses are to find the
DateLastModified, the DateLastAccessed, the DateCreated and the Size in bytes of the file.
The full list however, is:
DateLastModified, DateLastAccessed, DateCreated, Drive, Name, ParentFolder,Path, ShortName, ShortPath, Size, Type, Attributes
Here's some code that will display the full list of a given file in the browser (obviously you need to change the filename to one that exists on your server):
|
Useful Links

|
|