Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfdir()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfDir()
Returns an array with directory information
------------------------------------------------------------------------------
Syntax:

     dfDir( <cDirSpec>, [<cAttributes>] ) -->aDir

Parameters:

     <cDirSpec> Fiels to select. Wildcards are allowed. The default is *.*.
     <cAttributes> File attributes

Returns:

     <aDir> Array of two dimensions. Subarrays contain, respectively, (1)
     the file names, (2) the file dimensions, (3) the file date, (4) the
     file time, and (5) the file attributes.

Description:

     Returns an array with directory information.

Example:

     LOCAL aDir := dfDir()

See also:

     dfCd()

See Also: dfCd()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson