X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: FLTK port Date: Mon, 29 Aug 2011 13:23:33 -0700 (PDT) Organization: http://groups.google.com Lines: 14 Message-ID: <51e16608-a8ab-4cd8-a54d-67f3d40673ee@m38g2000vbn.googlegroups.com> References: <1047e21a-1d65-41c9-81f8-81b87adce27a AT en1g2000vbb DOT googlegroups DOT com> <5afb5e6f-15e3-41fd-a2fc-62407c833543 AT d25g2000yqh DOT googlegroups DOT com> <3125f3c0-bbaa-4c9a-9195-1936845c4a14 AT y4g2000vbx DOT googlegroups DOT com> NNTP-Posting-Host: 92.250.191.164 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1314649797 13996 127.0.0.1 (29 Aug 2011 20:29:57 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 29 Aug 2011 20:29:57 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: m38g2000vbn.googlegroups.com; posting-host=92.250.191.164; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-Via: 1.1 TAS-4-2.man-a X-Google-Web-Client: true X-Google-Header-Order: UALSERCVNKH X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 1870 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Juan, the problem with the file_chooser widget seem to have the following reason: DJGPP returns the current directory as e.g. "c:/djgpp" including a drive letter while in Linux it would always start with a "/" e.g. "/djgpp". Is it possible to get DJGPP to return the current directory without drive plus colon? Since the DJGPP site is down at the moment I cannot look up how one retrieves the current directory using DJGPP at all. Regards Georg