<%@ LANGUAGE="VBScript" %> Crawdaddy _
<% 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. dim strSpaces for i = 0 to nIndentLevel * 4 strSpaces = strSpaces + " " Next Response.Write(strSpaces + "
  • " & folder.Name & "
  • ") Response.Write(vbCrLf & "" & 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 Sub CreatePlayList( ts ) ts.WriteLine ("") ts.WriteLine("") ts.WriteLine(" ") ts.WriteLine(" ") ts.WriteLine(" Blues") ts.WriteLine(" ") ts.WriteLine(" ") ts.WriteLine(" ") End Sub Sub WriteEndSeq(ts) ts.WriteLine(" ") ") ts.WriteLine(" ") End Sub Sub WriteSong( ts, song ) song = "http://www.steveandmarianne.com" + song somg = Replace (song, " ", "%20") ts.WriteLine(" ") End Sub %>