FileRequest parameters how?
Posted: Fri Apr 18, 2014 3:18 pm
Houston I have a problem with the instruction: FileRequest
The parameter are:
f$ = FileRequest(title$, pattern$[, mode, defdir$, deffile$])
and my problem with the requesting
filetxt$=FileRequest("Language to choose:", ".txt", #REQ_NORMAL, "Idiomas/", "Castellano.txt")
and the result is that the request find in other drawers I tested it under Windows, and instead of to go the V.A.M.P. main drawer and after in the Idiomas/ the request file goes to Documents.
The parameter are:
f$ = FileRequest(title$, pattern$[, mode, defdir$, deffile$])
and my problem with the requesting
filetxt$=FileRequest("Language to choose:", ".txt", #REQ_NORMAL, "Idiomas/", "Castellano.txt")
and the result is that the request find in other drawers I tested it under Windows, and instead of to go the V.A.M.P. main drawer and after in the Idiomas/ the request file goes to Documents.