Paths and xojo_image files

Hi Folks,

I’m sure that this will need to come from a Xojo-ite (or is that Xojonian?), but why is the PartialPath listed in the .xojo_image files using Windows’ backslash path delimiter?

    FullPath = /Volumes/Maui Development 17/Developer/BRU_Work/Images/AppIconsAdjusted/ActiveAdvancedView44x44.png
    PartialPath = ..\\..\\BRU_Work\\Images\\AppIconsAdjusted\\ActiveAdvancedView44x44.png

This is very odd and apparently replacing it with the Unix equivalent delimiters results in teh image not being found.