![]() |
dir
I have specified a directory path and a variable is populated for the first file. When I try to get the next file in the directory by useing a = Dir a is populated with "". This would indicate that all files have been seen but there are 8 more files in the directory that have not been touched. Why would dir give a ""
seeker53 |
dir
Using a = Dir a asks for a second file with the same name. For
subsequent files, use a = Dir. In article , "seeker53" wrote: I have specified a directory path and a variable is populated for the first file. When I try to get the next file in the directory by useing a = Dir a is populated with "". This would indicate that all files have been seen but there are 8 more files in the directory that have not been touched. Why would dir give a ""? seeker53 |
dir
Yes I would agree but when I use a = Dir then a is populated with ""
seeker53 JE McGimpsey wrote in message ... Using a = Dir a asks for a second file with the same name. For subsequent files, use a = Dir. In article , "seeker53" wrote: I have specified a directory path and a variable is populated for the first file. When I try to get the next file in the directory by useing a = Dir a is populated with "". This would indicate that all files have been seen but there are 8 more files in the directory that have not been touched. Why would dir give a ""? seeker53 |
All times are GMT +1. The time now is 11:53 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com