GetFiles Question

lorena

Centurion
Joined
Oct 23, 2003
Messages
134
Location
Phoenix, Arizona
I am using a list of files from a particular folder to populate a datagrid on an asp.net page. Since there are quite a few files in the folder, I want to do custom paging on the datagrid. I am using "GetFiles" to get the array of files. How can I get a count of the files in the folder?
Thanks in advance
 
Back
Top