From 66e1ced29cd871f6652387c1a2b7d3c8241ed25c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 3 Nov 2018 00:36:07 +0100 Subject: [PATCH] 2018-11-03 --- docs/annotated.html | 2 +- docs/classes.html | 2 +- docs/classxdgjson-members.html | 2 +- docs/classxdgjson.html | 4 ++-- docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html | 2 +- docs/example_8cpp-example.html | 2 +- docs/examples.html | 2 +- docs/files.html | 2 +- docs/functions.html | 2 +- docs/functions_func.html | 2 +- docs/index.html | 2 +- docs/xdgjson_8hpp_source.html | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/annotated.html b/docs/annotated.html index 390df7c..10647a5 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/classes.html b/docs/classes.html index b4787bb..19dab3a 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/classxdgjson-members.html b/docs/classxdgjson-members.html index f2f1f6d..d2b614e 100644 --- a/docs/classxdgjson-members.html +++ b/docs/classxdgjson-members.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/classxdgjson.html b/docs/classxdgjson.html index a0c52db..a2bf84e 100644 --- a/docs/classxdgjson.html +++ b/docs/classxdgjson.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
@@ -111,7 +111,7 @@ const fs::path  -
11 : _json()
12 {
13  xdgHandle xdg;
14  xdgInitHandle(&xdg);
15  _filepath = xdgConfigHome(&xdg);
16  xdgWipeHandle(&xdg);
17 
18  if (!subdir.empty())
19  {
20  _filepath /= subdir;
21  if (!fs::exists(_filepath))
22  {
23  fs::create_directory(_filepath);
24  }
25  }
26  _filepath /= filename;
27 }
+
11 : _json()
12 {
13  xdgHandle xdg;
14  xdgInitHandle(&xdg);
15  _filepath = xdgConfigHome(&xdg);
16  xdgWipeHandle(&xdg);
17 
18  if (!subdir.empty())
19  {
20  _filepath /= subdir;
21  }
22  if (!fs::exists(_filepath))
23  {
24  fs::create_directories(_filepath);
25  }
26  _filepath /= filename;
27 }

Member Function Documentation

diff --git a/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html index fa47f84..c826687 100644 --- a/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/example_8cpp-example.html b/docs/example_8cpp-example.html index abb2090..a1bd653 100644 --- a/docs/example_8cpp-example.html +++ b/docs/example_8cpp-example.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/examples.html b/docs/examples.html index f1abcfe..391005d 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/files.html b/docs/files.html index 7f853b7..d4578ba 100644 --- a/docs/files.html +++ b/docs/files.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/functions.html b/docs/functions.html index 19d41b5..f8b9665 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/functions_func.html b/docs/functions_func.html index 9c4593a..80bdd52 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/index.html b/docs/index.html index 0795b3f..d8a7f11 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2
diff --git a/docs/xdgjson_8hpp_source.html b/docs/xdgjson_8hpp_source.html index 6f817fc..195414b 100644 --- a/docs/xdgjson_8hpp_source.html +++ b/docs/xdgjson_8hpp_source.html @@ -19,7 +19,7 @@
xdgjson -  0.2.0 +  0.2.2