How to list files in a changeSet via RTC-SDK api
![]()
silencehill wu (50●2●25●32)
| asked Nov 05 '12, 3:40 a.m.
edited Nov 05 '12, 6:45 a.m. by Ralph Schoon (61.5k●3●36●43)
I have a problem. I want to list all file name include folder in a changeset. Now: I have IChangeSet, How can I get all file lists in this changeset via RTC-SDK API.
testfolder/src/test
How can I get the full path string list via RTC-SDK java API list like below:
testfolder/src/test/folder1
Please help me! Thanks!How to list files in a changeSet via RTC-SDK api |
3 answers
![]()
Hi,
You may find the following forum post helpful: https://jazz.net/forum/questions/49910/how-to-get-an-iconfiguration-from-ichangeset Comments Hello Lauren,
1
I use toFullPath API, But I found a problem, only modified or deleted files show full path. And files new added only can get file name without path. how can I get get full file path of added files? I'm not sure how. Hopefully Ralph or someone else does.
|
![]()
Ralph Schoon (61.5k●3●36●43)
| answered Nov 09 '12, 3:13 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Have you looked here: https://jazz.net/wiki/bin/view/Main/RTCSDK20_ProcessPreConditionExampleThe it has a method toFullPath(). Maybe that helps.
|