Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to determine whether the specified path shares a common prefix with the current path.
CPathT< StringType > CommonPrefix(
PCXSTR pszOther
);
Parameters
- pszOther
The path to compare to the current one.
Return Value
Returns the common prefix.
Remarks
A prefix is one of these types: "C:\\", ".", "..", "..\\". For more information, see PathCommonPrefix.
Requirements
Header: atlpath.h