Sharing a file within an RTC project area
![]()
Sean Burke (378●9●135●224)
| asked Feb 22 '13, 6:27 p.m.
edited Sep 27 '13, 2:53 p.m. by Krzysztof Kaźmierczyk (7.4k●3●69●102)
I have a situation with a project group. In a project area, there is a directory structure with one stream and one component. There are three folders under the one component, Folders A, B and C. In Folder A there is a file, "file 1". Can I share "File 1" from Folder A to Folder C where if I update File 1 in Folder A, that file gets updated in Folder C and vis versa. I believe this is a symbolic link that if I understand correctly RTC does not support this. Any idea how this might be handled?
|
Accepted answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Feb 22 '13, 11:03 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Symbolic links are the way to achieve this. RTC supports symbolic links, but can only load them on file systems that supports them (such as Unix, Windows 7, etc.).
Sean Burke selected this answer as the correct answer
|