Hi Mark On Fri, 18 Feb 2005, Mark Probert wrote: > Besides the portability aspect (does 'rm' exist on the box?), is one to be > preferred to the other? I'd go with require 'fileutils' FileUtils.rm_f Dir.glob("#{@datadir}/*.raw") Andre