home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5297 < prev    next >
Encoding:
Text File  |  1996-08-05  |  856 b   |  26 lines

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