IFileDataRetriever::GetRelativeDirectoryPath
Gets the path of the file, relative to the root directory of the replica.
To get the full relative path for the file, combine the path returned in pszDirectoryPath with the file name contained in the WIN32_FIND_DATAW.cFileName value returned by IFileDataRetriever::GetFileInfo.
The path that is returned in pszDirectoryPath is relative to the root directory of the replica. It does not contain a slash as its first character. For example, when this method is called for a file in the root directory of the replica, pszDirectoryPath contains the empty string, " ".
Show: