FX::FXDir Class Reference

#include <FXDir.h>

List of all members.


Detailed Description

Directory enumerator.

Definition at line 34 of file FXDir.h.

Public Types

 MatchAll
 NoFiles
 NoDirs
 AllFiles
 AllDirs
 HiddenFiles
 HiddenDirs
 NoParent
 CaseFold
enum  {
  MatchAll, NoFiles, NoDirs, AllFiles,
  AllDirs, HiddenFiles, HiddenDirs, NoParent,
  CaseFold
}

Public Member Functions

FXDEPRECATEDEXT FXDir ()
FXDEPRECATEDEXT FXDir (const FXString &path)
virtual bool open (const FXString &path)
virtual bool isOpen () const
virtual bool next ()
virtual FXString name () const
virtual void close ()
virtual ~FXDir ()

Static Public Member Functions

static bool create (const FXString &path, FXuint mode=FXIO::OwnerFull|FXIO::GroupFull|FXIO::OtherFull)
static bool remove (const FXString &path)
static bool rename (const FXString &srcpath, const FXString &dstpath)
static FXint listFiles (FXString *&filelist, const FXString &path, const FXString &pattern="*", FXuint flags=FXDir::MatchAll)
static FXint listDrives (FXString *&drivelist)


The documentation for this class was generated from the following file:
(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:33:21 2009 for TnFOX by doxygen v1.4.7