Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/RingtoetsSettingsHelper.cs
===================================================================
diff -u -r37235d0863116292cc4b095dcf2d19cf6d14c6b2 -rff47dc9d3989152e8793676ec3e8375fe6e06fd7
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/RingtoetsSettingsHelper.cs (.../RingtoetsSettingsHelper.cs) (revision 37235d0863116292cc4b095dcf2d19cf6d14c6b2)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/RingtoetsSettingsHelper.cs (.../RingtoetsSettingsHelper.cs) (revision ff47dc9d3989152e8793676ec3e8375fe6e06fd7)
@@ -30,14 +30,18 @@
public static class RingtoetsSettingsHelper
{
///
- /// Gets the common documents directory.
+ /// Gets the directory of the "NBPW" shape file within the common documents directory.
///
- /// Directory path where the common documents can be found.
+ /// Directory path where the "NBPW" shape file can be found.
public static string GetCommonDocumentsRingtoetsShapeFileDirectory()
{
return Path.Combine(GetCommonDocumentsRingtoetsDirectory(), "NBPW");
}
+ ///
+ /// Gets the "Ringtoets" folder within the common documents directory.
+ ///
+ /// Directory path where the "Ringtoets" folder within the common documents can be found.
public static string GetCommonDocumentsRingtoetsDirectory()
{
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments), "WTI", "Ringtoets");