home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: news2.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: Re: ---> AREXX File Deletion
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <Do60A3.115@rose.com>
- References: <4hvakt$43r@mutt.mda.ca> <9603110912.01fl@apsayton.demon.co.uk>
- Date: Tue, 12 Mar 1996 17:22:50 GMT
-
- >Mark Dostie (dostie@mda.ca) wrote:
- >> I want to be able to delete files from within AREXX, could someone
- >> send me the code fragment I need to include? AREXX doesn't seem to
- >> have deletion as a standard function, open and close but no delete.
-
- Would not:
- '' delete file
- or is it:
- '' 'delete ' file
- where file contains the name
- the '' passes the following line to the calling process - the OS
- maybe if the previous address was saved, use:
- prevaddr 'delete' file
-
-
-