Fixed startup link
[pithos-ms-client] / trunk / Pithos.Interfaces / FolderConstants.cs
1 namespace Pithos.Interfaces\r
2 {\r
3     public static class FolderConstants\r
4     {\r
5         public static readonly string OthersFolder="others-shared";\r
6         public static readonly string PithosContainer = "pithos";\r
7         public static readonly string TrashContainer = "trash";\r
8 \r
9         public static readonly string CacheFolder = ".pithos.cache";\r
10     }\r
11 }\r