Sun Jun 10, 2012 10:59 pm
<%
Dim FSO_Obj, Folder_Obj
Set FSO_Obj = Server.CreateObject("Scripting.FileSystemObject")
Set Folder_Obj= FSO_Obj.GetFolder("C:\www\")
Response.Write("content of folder : " & Folder_Obj.Name)
For Each fItems In Folder_Obj.Files
Response.Write("<br />" & fItems.Name)
Next
Set Folder_Obj= nothing
Set FSO_Obj= nothing
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.