E
EL OSO
Hi! I am about to create a small application that needs to process some
files stored in a directory.
GetFiles() returns a string array, OK, but I'm expecting to find MANY (over
150.000) files in the directory and I'm worried about getting a memory
overflow, since I expect something like... 15 letters per name in the
average.
Is there any way of accessing the files one by one like it was possible in
C++ with the _movefirst, _movenext, and _finddata_t type instead of storing
all names in memory?
PS: Sorry about my poor english!
files stored in a directory.
GetFiles() returns a string array, OK, but I'm expecting to find MANY (over
150.000) files in the directory and I'm worried about getting a memory
overflow, since I expect something like... 15 letters per name in the
average.
Is there any way of accessing the files one by one like it was possible in
C++ with the _movefirst, _movenext, and _finddata_t type instead of storing
all names in memory?
PS: Sorry about my poor english!