directory_info Class Reference

needed to add names to the list displayed by a list box window More...

#include <Zclass.h>

List of all members.

Public Attributes

unsigned int attributes
 Specifies an absolute path, relative path, or filename. An absolute path can begin with a drive letter (for example, d:\) or a UNC name (for example, \ machinename\ sharename). If the string specifies a filename or directory that has the attributes specified by the seed member, the filename or directory is added to the list. If the filename or directory name contains wildcard characters (? or *), all files or directories that match the wildcard expression and have the attributes specified by the seed member are added to the list.
xstring seed
 Specifies the attributes of the files or directories to be added to the list box. This parameter can be one or more of the following values.

Detailed Description

needed to add names to the list displayed by a list box window


Member Data Documentation

Specifies the attributes of the files or directories to be added to the list box. This parameter can be one or more of the following values.

  • DDL_ARCHIVE - Includes archived files.
  • DDL_DIRECTORY - Includes subdirectories. Subdirectory names are enclosed in square brackets ([ ]).
  • DDL_DRIVES - All mapped drives are added to the list. Drives are listed in the form [-x-], where x is the drive letter.
  • DDL_EXCLUSIVE - Includes only files with the specified attributes. By default, read-write files are listed even if DDL_READWRITE is not specified.
  • DDL_HIDDEN - Includes hidden files.
  • DDL_READONLY - Includes read-only files.
  • DDL_READWRITE - Includes read-write files with no additional attributes. This is the default setting.
  • DDL_SYSTEM - Includes system files.

The documentation for this class was generated from the following file:

Generated on Sun Nov 29 07:22:16 2009 for Rad.on++ by  doxygen 1.6.1