in reply to Re: Delete txt file in a previous file
in thread Delete txt file in a previous file

Well it is ..Server\htdocs\cgi-bin. And inside cgi-bin i have the script glob.pl.I suppose it is the right one.As you can see i i use glob for collecting the txt files from the location Server\htdocs\Results where inside Results are supposed to be the txt.
  • Comment on Re^2: Delete txt file in a previous file

Replies are listed 'Best First'.
Re^3: Delete txt file in a previous file
by cdarke (Prior) on Aug 10, 2011 at 19:52 UTC
    The current working directory is not necessarily the same directory as where your program is stored. This is a common problem when running on web servers. Don't use relative path names (like ../) use absolute path names instead.