Delete files from dir-1 where file name same as a file in dir-2

2010-09-27 Thread Michael Giroux
I have two source folders in my project. On folder contains files that are generated by the build, and a second folder contains our hand-coded sources. If cases where package and class names are the same, we only want to include the sources from the hand-coded src tree, so we need to delete corr

Re: conditional global variables?

2010-09-27 Thread Marina
Thanks, David and Matt, Matt, yes, was what I was looking for - for some reason I thought you coudl not use them outside of s, and, thus, could not use to define global variables. But since it is working great - that's all I needed. David, thanks for extensive suggested options - they all look