getdirectorylist

Get the list of directories in a path

Parameters:
directory(POST) folder name whose directory list needs to be retrieved.
Returns:
XML
    <directorylistfail></directorylistfail>
    or
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
        <directories>
            <directory>
                <path> { PATH } </path>
                <name> { NAME } </name>
                <ext> { n/a } </ext>
            </directory>
        </directories>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.