Creating an HTML Directory in ASP

Creating an HTML Directory in ASP

Although most Web servers give you the option of allowing users to view the list of files in a Web site directory, you may not want to show some types of files. Also, you may want to present the list of files in attractive table. The following code, written for Internet Information Server with Active Server Pages (ASP), displays all of the GIF files in the directory C:inetpubwwwrootwork. It also shows the size of the file, the type, the date that it was last accessed, and when it was last modified. Update the variables called thepath and thefile to reflect your Web’s path and the type of file that you want to display.

 <%@ Language=VBScript %>Directory
<%dim thepath, thefilethepath="c:inetpubwwwrootwork"thefile=".gif"Set fs = CreateObject("Scripting.FileSystemObject")Call ShowFolderList(thepath)Set fs=NothingSub ShowFolderList(folderspec)On error resume nextSet f = fs.GetFolder(folderspec)Set fc = f.Files For Each f1 in fcIf instr(1,ucase(f1.name),ucase(thefile)) ThenResponse.Write ""Response.Write ""Response.Write ""Response.Write ""Response.Write ""Response.Write ""Response.Write "" End IfNextEnd Sub%>
FileSizeTypeAccessedModified
" & f1.name & "" & f1.size & "" & f1.type & "" & f1.DateLastAccessed & "" & f1.DateLastModified & "
Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several