Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Nov 26 14:06:11 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mAQM6BBa030064 for ; Wed, 26 Nov 2008 14:06:11 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mAQM5BQ5006918 for ; Wed, 26 Nov 2008 14:05:11 -0800 Message-Id: <200811262205.mAQM5BQ5006918@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: Project 2 Date: Wed, 26 Nov 2008 14:05:11 -0800 From: Bill Cheng Someone wrote: > Is it alright to use mkdir command in our code, or do we assume the > files directory has been created You can assume that the "files" directory exists under HomeDir. The ~csci551b/bin/resetf2 script creates all these directories and as you can see, this script is run before any test. If you need to create other directories, you should call mkdir(). -- Bill Cheng // bill.cheng@usc.edu