avid.externals.configureExternalFile
- avid.externals.configureExternalFile(inFilePath, outFilePath, paramDict, paramEscape='@')
Reads a given inFilePath configures/modifies it by the given parameter dictionary and stores the result at outFilePath. Configuration is done be searching for any key in the paramDict and replacing its occurence with the value associated with the key. :param paramEscape: Specifies how the keys are escaped in the input file. Default would be ‘@key1@’.