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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,225336ae711b78f1,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!34g2000yqp.googlegroups.com!not-for-mail From: vlc Newsgroups: comp.lang.ada Subject: Open URLs Date: Sun, 3 Jan 2010 10:17:58 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 87.221.73.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1262542678 22529 127.0.0.1 (3 Jan 2010 18:17:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 3 Jan 2010 18:17:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 34g2000yqp.googlegroups.com; posting-host=87.221.73.34; posting-account=ROuOHgoAAABopjDuvPBd02HgYVR-VCZk User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091215 Ubuntu/9.10 (karmic) Firefox/3.5.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8581 Date: 2010-01-03T10:17:58-08:00 List-Id: Hi *, I am looking for a way to open URLs (like "file:///home/vlc/file") as files - as you would do with "Open (Handle, In_File, "/home/vlc/ file")". I could surely just remove the heading "file://", but this would still leave me with the problem of special characters like "file:///home/vlc/ name%20with%20spaces". Does anybody know of a way to translate URLs to paths? Thanks a lot in advance!