-
1. Re: Changing relative folder structure with text insets
max_drawdown Jun 12, 2014 3:36 PM (in response to max_drawdown)A quick check of the FM11 MIF reference indicates this for the editing:
WAS <TiSrcFile `<c\>_Insets<c\>filename.fm
BECOMES <TiSrcFile `<u\><c\>_Insets<c\>filename.fm
-
2. Re: Changing relative folder structure with text insets
Arnis Gubins Jun 13, 2014 9:51 AM (in response to max_drawdown)Just be certain to not start the folders at the root of the drive, i.e. C:\Books. This is the "root" level of the drive. Start your entire structure one-level down, e.g. C:\Projects\Books. FM has a nasty habit of converting all relative file references to absolute ones if any of the path to a file traverses the root of the drive. This will will really bite you if you ever have to move your collection to another location.
Text insts behave differently, in that FM actually stores the entire content of the inset internally as well as maintaining a pointer to the file. Unfortunately, you're going to have to either re-import the inset or tweak the path in the MIF <TiSrcFile....> entry.
In your current structure, you have the graphics and insets one-level down from the FM files and books (child relationship). In the new structure, you're proposing to move them to a folder at the same level (sibling relationship).
It probably would be simpler and less error-prone to create new book files after you re-organize your files and ensure that there are no broken file references.
-
3. Re: Changing relative folder structure with text insets
max_drawdown Jun 13, 2014 2:49 PM (in response to Arnis Gubins)Thanks!


