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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,89c66de42d27928e,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: evangeli@cnam.fr Newsgroups: comp.lang.ada Subject: how to adapt a path name to the OS Date: 4 May 2005 09:19:30 -0700 Organization: http://groups.google.com Message-ID: <1115223570.406312.71640@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 82.123.216.48 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1115223577 32580 127.0.0.1 (4 May 2005 16:19:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 May 2005 16:19:37 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=82.123.216.48; posting-account=5dlFbAwAAAAf9N8cARqQjYujaztxzGdq Xref: g2news1.google.com comp.lang.ada:10913 Date: 2005-05-04T09:19:30-07:00 List-Id: Hello let us assume i have a string S corresponding to a path that has the following value : "/home/test/me/test path" is there a predefined function that can adapt S to my OS. On my example i'll have F(S) = "/home/test/me/test\ path" Thanks