Does the file variable return to the start of the folder when switching directories
for example
directory = ReadDir("")
file$ = NextFile(directory)
If I then set directory = some other directory, and later set it back to the original directory, will the file$ variable read from the beginning of the folder again?
for example
directory = ReadDir("")
file$ = NextFile(directory)
If I then set directory = some other directory, and later set it back to the original directory, will the file$ variable read from the beginning of the folder again?