JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

UNC Paths Fail To Launch #169

Open JamesMc86 opened 4 months ago

JamesMc86 commented 4 months ago

When we canonicalise the paths for a vi on a file share it ends up in a form of \?\UNC... which adds the UNC prefix on the Rust side but not the LabVIEW side.

We need to detect this case and remove the UNC prefix from the service locator ID.