FileSystmeObject current file name.
I want to dynamically put a last modified date on the bottom of every page of my website, Using the FileSystmeObject I can put the last modified date on the page But I have to specify in the MapPath the page for which the date is taken from, I have a lot of...
Is there any way of ordering the responses put out of the following code
<%
Set MyDirectory=Server.CreateObject("Scripting.FileSystemObject")
Set MyFiles=MyDirectory.GetFolder(Server.MapPath("planning_rec/northern"))
For each filefound in MyFiles.files
%>
<a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.