Restrict files extension based on folder name
![]()
Tarik Mlahi (1●7●7)
| asked Dec 10 '13, 3:50 p.m.
retagged Dec 13 '13, 11:30 a.m. by David Lafreniere (4.8k●7)
Hi ! Is it possible in RTC SCM to control file extensions based on the folder name, for example: the folder named "Java" must contain only files with ". java" extension .
I think it can be implemented as a precondition for Deliver operation.
Do you know if this can be done differently ?
Thanks.
|
One answer
![]()
Geoffrey Clemm (30.1k●2●30●35)
| answered Dec 13 '13, 7:22 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
There is no built-in support for anything like this in RTC, so yes, you would need to implement it as a pre-condition for the Deliver operation.
|