From MSDN (emphasis mine):
public static string Combine(string path1, string path2)
[...]
Return Value
Type: System.String
The combined paths. If one of the specified paths is a zero-length string, this method returns the other path. If path2
contains an absolute path, this method returns path2
.
@"\ReportedContent\"
is an absolute path because it begins with a backslash.