Help for this page

Select Code to Download


  1. or download this
    opendir(DIR, $RemoteSubDirectory);
    my @rFileCheck = grep {-f $RemoteSubDirectory/$_ }readdir(DIR);
    
  2. or download this
    opendir(DIR, $RemoteSubDirectory);
    my @rFileCheck = readdir(DIR);
    closedir(DIR);