Help for this page

Select Code to Download


  1. or download this
    my $dir = "c:/docume~1/chris/TestDir";
    if (-d $dir) {
    ...
    else {
        print "Does Not Exist";
    }