~jterrell/nunitv2/nunitv2

« back to all changes in this revision

Viewing changes to src/ClientUtilities/util/PathUtils.cs

  • Committer: Charlie Poole
  • Date: 2012-01-03 05:12:25 UTC
  • Revision ID: charlie@nunit.org-20120103051225-xj5bqp2quo3d1bel
"Add feature allowing selection of alternate image sets for Gui tree; reorganize images; make default Ignored icon more visible"

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
                        return result;
174
174
                }
175
175
 
 
176
        public static string Combine(Assembly assembly, params string[] morePaths)
 
177
        {
 
178
            return Combine(Path.GetDirectoryName(GetAssemblyPath(assembly)), morePaths);
 
179
        }
 
180
 
176
181
                // TODO: This logic should be in shared source
177
182
                public static string GetAssemblyPath( Assembly assembly )
178
183
                {