Feb 16, 2005 #1 drikoudis Programmer Nov 1, 2003 53 GR Hi to all, a new problem is rising... I want to search in a folder and take the names of the files... How can i do this? ThankZ, John
Hi to all, a new problem is rising... I want to search in a folder and take the names of the files... How can i do this? ThankZ, John
Feb 16, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB Do you want to search in a client-side folder, or a server-side folder? If client-side, then in IE you could use the FileSystemObject ActiveX control, but that would cut out all other browsers. If server-side, then it depends on what server-side language you are using. Hope this helps, Dan Upvote 0 Downvote
Do you want to search in a client-side folder, or a server-side folder? If client-side, then in IE you could use the FileSystemObject ActiveX control, but that would cut out all other browsers. If server-side, then it depends on what server-side language you are using. Hope this helps, Dan
Feb 16, 2005 Thread starter #3 drikoudis Programmer Nov 1, 2003 53 GR In a client-side, in special i want to search in my Windows, I found something with FileSystemObject that you say. ThankZ for the tips.. John. Upvote 0 Downvote
In a client-side, in special i want to search in my Windows, I found something with FileSystemObject that you say. ThankZ for the tips.. John.