Recurse - collection of methods for finding files
Shane P. McCarron <shane@aptest.com>
Copyright 2001-2011 Applied Testing and Technology, Inc. All Rights Reserved.
use Recurse; # find files in a suite my @fileList = () ; my $start = Framework::suiteDir(suiteName) ; my $ret = Recurse::ftw(undef, $start, \@fileList) ;
Copyright © 2000-2013 Applied Testing and Technology, Inc. All rights reserved.