string FindDirectory()
Return values
Returns a string with the listed directories separated with a carriage return; otherwise 0, and a specific error code can be retrieved by calling global function GetLastError.
Remarks
The return string contains all sub directories of the current directory. Each directory is returned with its full path. Directories in the string are separated with a carriage return sign.