in reply to Creating result file with time stamp

This prints the result as unable to open the file.... How can i solve it???

Cut/paste the exact error message

  • Comment on Re: Creating result file with time stamp

Replies are listed 'Best First'.
Re^2: Creating result file with time stamp
by Anonymous Monk on Jun 17, 2009 at 06:18 UTC
    cannot create resultfile:No such file or directory
      That means the directory 'results' doesn't exist

      Other problem

      `mkdir ./results/$resultfile`; $path="./results/$resultfile";
      "/results/$resultfile" can't be both a directory and a file.
      $ md temp $ echo >temp Access is denied.
        Durectory is getting created...But the problem is that the file is not getting created inside the directory
        Directory is getting created...But the problem is that the file is not getting created inside the directory