Page 1 of 1

FileRequest parameters how?

Posted: Fri Apr 18, 2014 3:18 pm
by Juan Carlos
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.

Re: FileRequest parameters how?

Posted: Tue Apr 22, 2014 11:31 pm
by airsoftsoftwair
Right, that doesn't seem to work. I'll fix this.

Re: FileRequest parameters how?

Posted: Wed Apr 23, 2014 10:25 am
by Juan Carlos
Thanks Andreas,