This is a continuation the following post:
The code I'm looking at is here, in the Finding Files and Directories part:
I've gotten the code to run, but it crashes on the following line:
found = FindNextFile(fi ndHandle, out findData);
It mostly fails when a long filename is passed into it, for example: thisisareallylo ngfilename.txt
Where simple.txt works fine.
Anyone know why this happens?
Thanks
The code I'm looking at is here, in the Finding Files and Directories part:
I've gotten the code to run, but it crashes on the following line:
found = FindNextFile(fi ndHandle, out findData);
It mostly fails when a long filename is passed into it, for example: thisisareallylo ngfilename.txt
Where simple.txt works fine.
Anyone know why this happens?
Thanks
Comment