DirectoryList

=DirectoryList(string path, [string filter, bool listDirectories, bool absolutePaths]) : {string}

Returns array (See XPathOnUrl) with files or directory names or abosolutePaths.

Example:
Return an array of absolute paths of all XML files in folder C:\foo.
=DirectoryList(“C:\foo\”,”*.xml”,FALSE,TRUE)

Tip: Dump is a very useful function for working with function that returns arrays.

Get help with this function in the SeoTools Community Forum.

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>