Tim wrote: > I need to import a list of files and some of their attributes into an > excel spread sheet. I know I can write the data to a file and delimit > it so that excel can read it, but I don't know how to go about getting > the list of files from the folder on the c-drive. > > Can someone give me some advice, please? > > Thank you.
opendir(), readdir(), closedir(). -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
