cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mgalvin
Level 3

Dynamic File Linking

Has the need to exclude directories not been addressed in 2010? If anyone has a good work around for this issue please share that with me. I would be excluding directories like source & obj from my Project folder.
Labels (1)
0 Kudos
(2) Replies
ericpaul
Level 6

I would define each sub folder for which dynamic file linking is necessary, instead of the parent folder (including its sub folders),
just as Marwan suggested in your other posting (see Is thier a way to Exclude Folders using "Dynamic File Link"?.
It works fine for me.
0 Kudos
Marwan
Level 7

You can simply run a script before building to copy files to the folder structure you want then your dynamic link will point to that main folder. Or have a script that deletes those folders first. Another option is to exclude the folders from your source control synching so they are not created locally.
0 Kudos