[futurebasic] Re: [FB] Folder Pointing Again

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2002 : Group Archive : Group : All Groups

From: Martin Fitzgibbons <rush@...>
Date: Sun, 28 Jul 2002 00:40:30 +1000
So there is no hope of something like this working then??

DIM myWDRefNum%
DIM myDefaultWD%

myWDRefNum% = System(_AplVol)
myDefaultWD% = Folder("Puzzles", myWDRefNum%)
myDefaultWD% = Folder("", myDefaultWD%)

f$ = FILES$(_fOpen,"TEXT",,myDefaultWD% )