Help for this page

Select Code to Download


  1. or download this
      if ( -d "$path/$fname" ) {
    
  2. or download this
      opendir(DIR, $path);
      @files = readdir(DIR);
    ...
    
      }
      closedir(DIR);