Hi all
i work in a project, that use 2 projects make in of, i want to this two projects share the folders from data with a file of xml, for save the variables.
i need to make this file in both programs, but openframeworks use the folder data for put de xml file (or all the files)
for example:
ejer1/bin/data/file.xml
ejer2/bin/data/file.xml
i want to share the file xml with both programs, that the program call the same file, because if a chanege in 1 program, the other one is not update…
i want to make something like that
EjerTotal/file.xml
EjerTotal/ejer1
EjerTotal/ejer2
ejer1 and ejer2 call the file in the total folder or something like that, and not call the file from bin/data…
i will be helpfull if you can helpme thx