Help for this page

Select Code to Download


  1. or download this
    if (-e $fn) {
            system("del $fn");
        }
    
  2. or download this
        my $dir = getcwd;
        my $fn=$dir."\\Logs\\temp.log";