Why model.GetDescr().GetPath() in Jlink API doesn't include the root (C: or E: or D:) in the path?
For example, for drawings from "C:\myFolder\myProject" or "E:\myFolder\myProject" the function model.GetDescr().GetPath() retrieves only "\myFolder\myProject" and omits the drive letter or the root folder.
I would need the full path to differentiate if the file is from Local disk or Removable disk.

