Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!ucbcad!ucbvax!DDATHD21.BITNET!XBR1YD22 From: XBR1YD22@DDATHD21.BITNET.UUCP Newsgroups: comp.sys.atari.st Subject: RE: Fsfirst, Fsnext Bug?? Message-ID: <8705151137.AA19576@ucbvax.Berkeley.EDU> Date: Fri, 15-May-87 07:36:46 EDT Article-I.D.: ucbvax.8705151137.AA19576 Posted: Fri May 15 07:36:46 1987 Date-Received: Sat, 16-May-87 14:43:24 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 36 Received: from BR1.THD.DA.D.EUROPE by DDATHD21.BITNET via GNET with RJE ; 15 May 87 12:08:06 Date: Fri, 15 May 87 12:01:38 +0200 (Central European Summer Time) From: XBR1YD22@DDATHD21.BITNET (Ralf Bayer {Herz-Baerchi}) Subject: RE: Fsfirst, Fsnext Bug?? To: info-atari16@score.stanford.edu X-VMS-To: X%"info-atari16@score.stanford.edu",X%"stevef@dasys1.uucp",YD22 >Does anyone know of any bugs in the use of Fsfirst, Fsnext while using >Megamax, > When I use; > > Fsfirst("c:*.*, 0); > > it works fine, but when I add a path name; > > Fsfirst(c:\auto\*.*, 0); > >All I get is nothing returned. Does anyone have any ideas ?? Has >anyone encountered this?? Am I doing something wrong?? What about using Fsfirst("c:\\auto\\*.*", 0)? C uses the \-character as an escape character for quoting, so what really get's into YOUR string is probably "c:auto*.*", and I guess you don't have a file named that way floating around. Hope that helps, Ralf Bayer (The Care-Baer) Computing Center @ the Technical University of Darmstadt, West Germany Arpanet: xbr1yd22%ddathd21.BITNET@wiscvm.wisc.EDU BITNET: xbr1yd22@ddathd21 ----------------------------------------------------------------------- > REAL programmers use FORTRAN < -----------------------------------------------------------------------