PathIsSameRoot
[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern bool PathIsSameRoot(
[MarshalAs(UnmanagedType.LPWStr)] string pszPath1,
[MarshalAs(UnmanagedType.LPWStr)] string pszPath2
);Microsoft documentation: Link
Last updated