Wey, I'm high on red bull after messing around with sorting algorithms all day and night
No, but I am probably way to tired to think straight... anyhow, are you
sure that your program is searching the correct folder?
This has happened to me quite frequently before with all kinds of media, simply because, for some reason, the ide decides to put the TGC\DBPRO\TEMP folder as the current working directory instead of the folder where the actual executable is being created.
Do a quick test using this method:
function isItReallyThere(file as string)
if file exist(file)
exitfunction 1
else
if file exist(get dir$() + "\" + file)
exitfunction 1
endif
endif
` If we get here it did not find the file
print "Current directory: " + get dir$()
endfunction 0
Yeah, well... I feel that I might have to edit this post tomorrow; I'm off to sleep now anyways