-
Read/Write a Vegas File
Is it possible to use C# and the SDK to re-write a Vegas (.veg) file?
Given:
– SwimMeet.veg
– Nested1.veg
– Nested2.veg
– Nested3.vegreside in:
– D:\Projects\SwimMeet2009and all their media reside in:
– D:\Projects\SwimMeet2009\MediaWould like to move everything such that the Vegas files are:
– G:\Projects\SwimMeet2009_no1and the media are:
– G:\Projects\SwimMeet2009_no1\MediaThus, the paths to the media need to be changed and the master project needs to include Nested*.veg using the new path as well.
I scanned over the Vegas 8 SDK API and didn’t see anything that would allow me to do this. The Media class has a FullPath property but it looks it is read only (Get).
Thanks in advance.
