Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old December 17th, 2003, 12:24 PM
sublime-1 sublime-1 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Location: Dallas,TX
Posts: 1 sublime-1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Emergency, bit off more than i can chew

Ok guys,


You're the only ones who can help me.


I am totally not a programmer in any way,shape or form.


But i have a little project that sounds simple, i just can't manage to hack my way through the code to get it going.


I have 6 relative directories in the root of my web server. They all have executable and .zip content in them. They are organized by Apps, Patches, Drivers, etc. etc.


What i want to do is generate a page that lists the directory contents of each, and formats the results into links so that you can download the content.


BIG PLUS if it's in such a way that I could select the source dir from the UI instead of having 6 listings on one page.


Thanks in advance.


--BD
Dallas,TX

Reply With Quote
  #2  
Old December 31st, 2003, 12:58 PM
Skip's Avatar
Skip Skip is offline
Contributing User
ASP Free Novice (500 - 999 posts)
 
Join Date: Nov 2003
Location: UK
Posts: 816 Skip User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 21 m 47 sec
Reputation Power: 5
Ok ermm ...

<%

FolderName = Request.Form("Folder")
'FolderName = Server.MapPath(FolderName) '// if path is virtual

Dim objFSO
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")

Dim objFolder
Set objFolder = objFSO.GetFolder(FolderName)

Dim objFile
For Each objFile in objFolder.Files
Response.Write "<a href=" & objFolder & " " & objFile.Path & ">"&ObjFile.Path& "</a><BR>"
Next
%>

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > Emergency, bit off more than i can chew


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway