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

[REBOL] Re: Delete files beginnig by ~

From: greggirwin:mindspring at: 18-Apr-2002 10:28

Hi Richard, << I need to delete files like ~toto.tmp I try delete %~*.tmp but it fails >> Try using the /any refinement and see if that works for you. I've never used it with DELETE myself, but did a "help delete" at the console and found out about it. --Gregg