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.0 required=5.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f2991708fd57254c,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail From: "lakeoftea" Newsgroups: comp.lang.ada Subject: programming question . . . Date: 17 Sep 2006 14:03:08 -0700 Organization: http://groups.google.com Message-ID: <1158526988.287711.242070@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: 12.219.36.126 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1158526994 25884 127.0.0.1 (17 Sep 2006 21:03:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 17 Sep 2006 21:03:14 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=12.219.36.126; posting-account=b_Dw5Q0AAAB4YaFKxJxrXjLHako0sOGm Xref: g2news2.google.com comp.lang.ada:6625 Date: 2006-09-17T14:03:08-07:00 List-Id: I'm trying to write a program that will look at a directory and take the "_"'s out of all of the files and replace them with spaces. this seems like an easy program but i haven't used ada since freshman year and i'm kind of stumped. any ideas. no this is not for an assignment :) thanks!