0

I want to have a good test setup but, I can't find a way to put files in the "In" folder under TestResuls.

How do I put files in the "In" folder.

Threekill
  • 189
  • 7

1 Answers1

0

The following code will give you the location of the out folder - working out the in folder should be easy from there

Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
James Westgate
  • 11,306
  • 8
  • 61
  • 68
  • Thank you that will be useful but, that is not what I asked. How do I get files automatically copied in to the "In" folder. Thanks – Threekill Apr 09 '10 at 20:15