Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PetertheImp

    FilesystemObject and the current file name

    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...
  2. PetertheImp

    FileSystemObject

    Is there any way of ordering the responses put out of the following code <% Set MyDirectory=Server.CreateObject(&quot;Scripting.FileSystemObject&quot;) Set MyFiles=MyDirectory.GetFolder(Server.MapPath(&quot;planning_rec/northern&quot;)) For each filefound in MyFiles.files %> <a...

Part and Inventory Search

Back
Top