CopyTree-VendorProof
view release on metacpan or search on metacpan
lib/CopyTree/VendorProof.pm view on Meta::CPAN
=item *
$lsoption that's one of 'f', 'd', 'fdarrayrefs', or '', and
a directory path $startpath.
=back
The lsoption is passed to the SUPER class fdls_ret, and is not handled at this level.
The $startpath should be standardized to start in a certain 'root' directory; for example, in SharePoint::SOAPHandler, it must start with "Shared Documents", and in Livelink::DAV, it must start with a dir right under the webdav root folder. Spaces a...
This method will generate @files and @dirs, which are lists of files and directories that start with $startpath, And returns
$self -> SUPER::fdls_ret ($lsoption, \@files, \@dirs),
which is ultimately a listing of the directory content, being one of @files, @dirs, (\@files, \@dirs), or @files_and_dirs) depending on the options being 'f', 'd', 'fdarrayrefs' or ''
For example, if you have a tree structure:
/home/
( run in 0.263 second using v1.01-cache-2.11-cpan-0a6323c29d9 )