wxDirTraverser
[func]
get_all_files ( object dirname, sequence filespec, integer flags, atom traverser )
Category: wxDir
Walks the specified directory, returning all the files and/or directories as specified by
flags.
- dirname
- sequence: directory name (a wxDir will be created and destroyed)
- atom: instance of wxDir to be used
- filespec: wildcard pattern to be matched against files
- flags: mixture of wxDIR_FILES, wxDIR_HIDDEN, wxDIR_DIRS, wxDIR_DOTDOT
- traverser
See Also:
has_files,
has_subdirs,
is_opened,
open_dir
Category: wxDir
See Also:
get_all_files,
has_subdirs,
is_opened,
open_dir
Category: wxDir
See Also:
get_all_files,
has_files,
is_opened,
open_dir
Category: wxDir
See Also:
get_all_files,
has_files,
has_subdirs,
open_dir
[func]
open_dir ( atom dir, sequence dname )
Category: wxDir
See Also:
get_all_files,
has_files,
has_subdirs,
is_opened