SECFileSystem::AppendWildcard
CStringSECFileSystem::AppendWildcard(const CString&Path, const CString&Wildcard)
Appends a wildcard to a path.
Defined in: filesys.cpp
Return Value
The new path with the appended wildcard.
Parameters
Path
Path to append wildcard to.
Wildcard
Wildcard to append to path.
Comments
To append a wildcard to a path. It takes into account whether the path has a backslash at the end.