Hi!
Is there a way to convert relative footage paths to absolute ones? Ie. "~\images" to "C:\projects\images".
I'm creating a script to easily change footage paths and to copy/move footage from one folder to another.
For moving (not just copy & remove) I have to create a .bat file with corresponding move commands and for that I need absolute paths.
I've failed to find anything on google or here. I've also searched the Javascript Tools Guide but can't get fileobject.absoluteURI or fileobject.localizedName to work at all.
Other way would be to convert the relative format that AE uses into the command line format, but that seems impossible as AE makes no distinction in the relative path name if the relative folder is on a one, two or gazillion folders upper level.
Thanks in advance!