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?
|
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Nov 20 '19, 9:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER This is a valid query to find the answers to all the other same questions: Comments There is no file path for a change set. Only file changed by the change sets would have anything like a path. |