<%@ LANGUAGE="VBScript" %> f r e e k f l y - g a l l e r y

lincoln, ri & orange, ma - july 12th & 13th 2002

top half is in ri on friday with matt, scottie and gary. just a few jumps after work. and a low altitude track ;-) | bottom half is at orange with the freefly scrambles second event in new england! matt, adela, pj, steve, uri, billy, savage, al, nick, leah and more......the scramble were a lot of fun and people stepped up to the plate and showed everyone their stuff! thanks for a good time! don't forget the next event at the end of september in ri!!!!

friday in lincoln | saturday @ orange
<% ListFolderContents(Server.MapPath("1")) %> <% ListFolderContents(Server.MapPath("2")) %>
friday in lincoln | saturday @ orange

<% sub ListFolderContents(path) dim fs, folder, file, item, url set fs = CreateObject("Scripting.FileSystemObject") set folder = fs.GetFolder(path) 'Display the target folder and info. ' *************I'm commenting this OUT ' Response.Write("
  • " & folder.Name & " - " _ ' & folder.Files.Count & " files, ") ' if folder.SubFolders.Count > 0 then ' Response.Write(folder.SubFolders.Count & " directories, ") ' end if ' Response.Write(Round(folder.Size / 1000) & " KB total." _ ' & "
  • " & vbCrLf) Response.Write("" & vbCrLf) ' *************I'm commenting this OUT ' ********************************************************************* 'Display a list of sub folders. Uncomment the three lines below ' ********************************************************************* ' for each item in folder.SubFolders ' ListFolderContents(item.Path) ' next ' ********************************************************************* 'Display a list of files. ' ********************************************************************* for each item in folder.Files url = MapURL(item.path) Response.Write("
    " _ & "
    " & vbCrLf) next Response.Write("" & vbCrLf) end sub function MapURL(path) dim rootPath, url ' ********************************************************************* 'Convert a physical file path to a URL for hypertext links. ' ********************************************************************* rootPath = Server.MapPath("/") url = Right(path, Len(path) - Len(rootPath)) MapURL = Replace(url, "\", "/") end function %>