Is there any way to get all files in a component as a report in RTC
Accepted answer
You could use the scm cli tool to get this information. 'scm list files ...'
Comments
Actually i want a report of files in component with size and date modified in a excel sheet!
By default it is a regular text output. It also has the ability to output in json format. You could parse the json output and process it whichever way you want to including importing that data into a certain format in excel.
Take a look at the following example: https://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.scm.doc/topics/list_remotefiles_ex.html
By the way, the command is now 'list files'.