I am releatively new to ASP.Net and am trying to develop a web page that lists all the files in a specific directory. I need to pull both the filename and extension. At some point in the future -- maybe the file size -- but that is not important right now.
I am developing in VB in creating this webpage.
Can anyone make a suggestions to help me accomplish this. Sample code would be very helpful. Ideally, I would list the filenames in a list box or datagrid so the user can select, sort, etc.
Thanks very much in advance.
I am developing in VB in creating this webpage.
Can anyone make a suggestions to help me accomplish this. Sample code would be very helpful. Ideally, I would list the filenames in a list box or datagrid so the user can select, sort, etc.
Thanks very much in advance.