Files
The files view is supposed to have the same
functionality as the folders view -
- Show all files in the current directory
- Edit, delete and other options.
- Be able to create files
All of these functions were attained in much
the same way as the folders view -
<%
For each objFile in objColFolders.Files
Response.Write("Edited Listing")
Next
%> |
This time it's using the Files collection.