yes..which OOTB?I can get files, area, owner , description etc. but folder?I can't find how.thanks!
(my $iwmount = TeamSite::Config::iwgetmount()) =~ tr|\\|/|;(my $work_area = __VALUE__('iw_workarea')) =~ tr|\\|/|;if (__ELEM__('iw_file')) { foreach my $theFile (__VALUE__('iw_file')) { if (-d qq(${iwmount}${work_area}/$theFile)) { # Process Directory } else { # Process Plain File } }}