PathIsRelative

[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern bool PathIsRelative(
   [MarshalAs(UnmanagedType.LPWStr)] string pszPath
);

Microsoft documentation: Linkarrow-up-right

Last updated