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>dfwindirectory()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfWinDirectory()
Emulates the DIRECTORY command()  in Windows95
------------------------------------------------------------------------------
Syntax:

     dfWinDirectory(<cDirSpec>,
             <cAttributes>) --> aDir

Parameters:

     <cDirSpec> Specification of the files to look for
     <cAttibutes> Attributes of the files to look for

Returns:

     <aDir> Array containing the specifications of the files

Description:

     Emulates the DIRECTORY command() in Windows95 OS.  The advantage for
     using this function with Windows95  is the fact that dfWinDirectory
     will be able to return the correct long file names used with Windows95
     OS
     
     NB This function can only be used in protected mode.

Example:

     // dfWinDirectory works exactly like the
     // Clipper command  DIRECTORY, the difference of the
     // this is the fact that the long file names are
     // recognized correctly

See also:

     dfInWin95(), dfWinEndSubst()

See Also: dfWinEndSubst()

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