DynamoDS / RevitTestFramework

Unit Testing on Revit
124 stars 81 forks source link

Fix the issue if the specified result path does not exist #2

Closed Randy-Ma closed 10 years ago

Randy-Ma commented 10 years ago

@ikeough

When the result directory specified in the UI does not exist, XmlWriter will throw an exception when it attempts to construct from the directory. This submission fixes the issue by double checking whether the result directory exists, if not, it will create the directory.