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.
FileRequest parameters how?
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: FileRequest parameters how?
Right, that doesn't seem to work. I'll fix this.
- Juan Carlos
- Posts: 932
- Joined: Mon Sep 06, 2010 1:02 pm
Re: FileRequest parameters how?
Thanks Andreas,