SECFileSystem::Sort
voidSECFileSystem::Sort(CStringList *pStringList, BOOLbCase)
Sort a CStringList.
Defined in: filesys.cpp
Return Value
void
Parameters
pStringList
A pointer to the CStringList to sort.
bCase
Sort in a case sensitive manner.
Comments
To sort the given string list.
Example
CFileSystem::Sort(pDirList);
See Also