These constants defined in FOLDER.H are used by the Folder routines and/or structures.
Folder Defined Constants
Constant | Use |
FLD_FILES, FLD_FOLDERS, FLD_EXPLORE, FLD_ALL | Used in the options parameter of FolderGet to indicate the type of files or folders to be retrieved |
FLD_MAXFILENAME | Maximum length of a filename |
FLD_MAXEXTENSION | Maximum length of the extension of a file |
FLD_MAXPATH | Maximum length of a folder path |
FLD_MAXFILEPATH | Maximum length of a complete file path including extension |
Folder FLDERROR Constants
FLDERROR is an enumeration used to list the error codes returned by FolderGet.
Constant | Use |
fldOk | Execution completed correctly |
fldBadFolder | Folder not found or the the folder couldn't be read |
fldMemory | Not enough memory |
fldAttributes | File/folder attributes couldn't be retrieved |
See Also