Help for this page

Select Code to Download


  1. or download this
    my $modulesDir = File::Spec->catfile($testDir, "modules");
    
  2. or download this
    my $modulesDir = File::Spec->catfile(($testDir, 'common'), "modules");
    
  3. or download this
    return File::Spec->catfile($testDir, $antDir);
    
  4. or download this
    return File::Spec->catfile($modulesDir, $antDir);