aboutsummaryrefslogtreecommitdiff
path: root/lib/backend/recipients_store.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backend/recipients_store.rb')
-rw-r--r--lib/backend/recipients_store.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/backend/recipients_store.rb b/lib/backend/recipients_store.rb
index 2dab533..bae28df 100644
--- a/lib/backend/recipients_store.rb
+++ b/lib/backend/recipients_store.rb
@@ -56,6 +56,12 @@ module Backend
File.directory?(getPath())
end
+ def create()
+ fileName = getPath()
+ file = File.new(fileName, "w")
+ file.close
+ end
+
private
def read()