Fixed startup link
[pithos-ms-client] / trunk / Pithos.Interfaces / FolderConstants.cs
diff --git a/trunk/Pithos.Interfaces/FolderConstants.cs b/trunk/Pithos.Interfaces/FolderConstants.cs
new file mode 100644 (file)
index 0000000..d108503
--- /dev/null
@@ -0,0 +1,11 @@
+namespace Pithos.Interfaces\r
+{\r
+    public static class FolderConstants\r
+    {\r
+        public static readonly string OthersFolder="others-shared";\r
+        public static readonly string PithosContainer = "pithos";\r
+        public static readonly string TrashContainer = "trash";\r
+\r
+        public static readonly string CacheFolder = ".pithos.cache";\r
+    }\r
+}\r