This topic contains 1 reply, has 2 voices, and was last updated by Eliot Muir 9 years, 4 months ago.
VMD File Location in Filter LUA Code
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by Eliot Muir 9 years, 4 months ago.
In the Filter LUA code, is it possible to specify a location for the VMD file other than the C:\Program Files\iNTERFACEWARE\Iguana\edit\admin\other folder?
— Read DB table structure(s) from VMD file
local T = db.tables{vmd=’xml2DB.vmd‘, name=’XMLData’}
No it’s not.
The design is deliberate in it’s intended that vmds used in the translator are stored with the fossil source control that is bundled with environment. All vmds are converted into XML format when you upload them and versioned when you make a milestone so you can track changes.
You must be logged in to reply to this topic.