UNC Network paths don't work with MIF ( ImportObFile )
Hi,
When saving as MIF on Windows, network UNC paths to images are saved with the code <h\>, like this:
<ImportObFileDI `<h\>my.network.se<c\>Customers<c\>temp<c\>Logo.eps'>
<ImportObFile `//my.network.se/Customers/Temp/Logo.eps'>
The MIF reference refers to the device-independent path code <h\> as "Host (Apollo only)".
(What does Apollo only mean – this is on Windows, and the code is written by FrameMaker2015, using Save As)
The ImportObFileDI line seems to be required in order to get network UNC paths to work from MIF. If I exclude ImportObFileDI line, and only keep the ImportObFile line...
<ImportObFile `//my.network.se/Customers/Temp/Logo.eps'>
... then the file is not found when opening the MIF file in FrameMaker.
FrameMaker says
Missing file
Looking for: \my.network.se\Customers\Temp\Logo.eps
That is with a single backslash in the beginning of the path. Why is it not two backslashes? I have two (front)slash in the MIF code – and it doesn't matter how many slashed I add (I tried to duplicate them).
And I'm asked to locate the image.
Is there a way to make ImportObFile work on its own, without ImportObFileDI? For other paths than UNC network paths there doesn't seem to be need for ImportObFileDI at all, and I'd rather not have it added to the MIF file, when my program code writes MIF files.
(This is Windows only.)
Thanks,
Andreas
