Close
dtSearch Text Retrieval Engine Programmer's Reference
DFilename Class

Filename class for use in the dtSearch C++ Support classes and sample code.

File: dstring.h 

Namespace: dtSearch 

Syntax
C++
class DFilename : public DString;
Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter

Filenames are stored as UTF-8 in a string buffer based on DString. DFilename adds no data members and just provides functions to manipulate paths in a string. The path manipulation functions handle Unix-style and Windows-style paths.

dtSearch::DString | dtSearch::DFilename