From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,e96fdf9557794655 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news.tornevall.net!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada.Directories.Base_Name and dot files Date: Sat, 10 Oct 2009 21:39:28 -0500 Organization: Jacob Sparre Andersen Message-ID: References: <4acc8c20$0$284$14726298@news.sunsite.dk> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1255228868 31703 69.95.181.76 (11 Oct 2009 02:41:08 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Sun, 11 Oct 2009 02:41:08 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original Xref: g2news2.google.com comp.lang.ada:8659 Date: 2009-10-10T21:39:28-05:00 List-Id: "Yannick Duch�ne Hibou57" wrote in message news:a38fc23f-7910-4f3c-afd6-a15669953de1@r36g2000vbn.googlegroups.com... > On 7 oct, 17:10, Adam Beneschan wrote: >> It was pointed >> out that on Windows, a file named ".abc" is treated as any other file >> with an extension of .abc > That's a bit less clear on Windows > Windows XP accept the file names as valid on its file system, but the > Explorer does not allow to create such file names, complaining it is > an invalid file name. But it is still able to access it. There are lots of ways to create files on Windows that have nothing to do with the file explorer (or the file save box). Anyone that writes an Ada program to create a file will surely be able to create a file ".abc" if they wish. The primary intent of Ada.Directories is that it can handle any file that the other Ada I/O packages can open or create (no discussion about explorer). Randy.