How to get the file path of a change set?
Im developing a server operation participant.
I have a change set and i need to get the path of the content to copy in a temporal directory where rtc server is installed.
For example it the change set contains a plain text file "example.txt" i need to copy on the directory /temporal
Any idea of how can i get the path to execute cp command?