Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol, FTP and quotas

From: chalz:earthlink at: 10-Mar-2002 1:17

Something just struck me, and I'm kind of late replying, so smack me on the side of the head if it's already been fixed. For instance: files: read ftp-dir foreach file files [delete join ftp-dir [file]] Wouldn't that attempt to delete . and .. not to mention subdirectories (which can result in a no-no - haven't tried it with REBOL)? --Charles