bmxdude Posted October 28, 2003 Posted October 28, 2003 I need a way to browse a certain folder and it's containing files and subfolders. I have found a way to browse but I need to select files such as WORD documents or EXCEL files within the root folder and it's containing subfolders. I would really appreciate some help. I am new to Web Development and Brand Spanky New to the forums. Prefer to use VB.net with ASP.net ~Thanks, bmxdude Quote
bungpeng Posted October 29, 2003 Posted October 29, 2003 What do you mean by "select files such as WORD..."? you want to open it or search for it in all folders? Quote
Moderators Robby Posted October 29, 2003 Moderators Posted October 29, 2003 I think he wants to search such files as *.xls or *.doc Quote Visit...Bassic Software
bungpeng Posted October 30, 2003 Posted October 30, 2003 If this is the case, for me I will loop through the folder and check for every files. If there is any subfolder, then just keep the folder names and zoom in. Quote
bmxdude Posted October 31, 2003 Author Posted October 31, 2003 huh? In english please... thanks for any help you can offer. ~bmxdude Quote
bungpeng Posted November 1, 2003 Posted November 1, 2003 do you know how to list all the files or subfolder in a folder? use the similar concept Quote
maddirala Posted November 23, 2003 Posted November 23, 2003 can u post ur code i need to do that similar Quote
bungpeng Posted November 24, 2003 Posted November 24, 2003 Sorry, I don't have those code in hand. I will suggest you look for MSDN Library for classes like 'FileSystemObject', 'Directory' and 'File'... then test yourself. If you encounter any problem, you can continue post your problem here, I think it is easy for us to guide you then. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.