Help for this page

Select Code to Download


  1. or download this
    if(-e,-w "c:\\myfile.txt") {
        print"File exists";
    }
    
  2. or download this
    checkit("-e,-w", "c:\\myfile.txt");
    
    ...
            }
        }
    }