Statistics
| Branch: | Revision:

root / trunk / Pithos.Network / FolderConstants.cs @ 77e10b4f

History | View | Annotate | Download (345 Bytes)

1
namespace Pithos.Network
2
{
3
    public static class FolderConstants
4
    {
5
        public static readonly string OthersFolder="others";
6
        public static readonly string PithosContainer = "pithos";
7
        public static readonly string TrashContainer = "trash";
8

    
9
        public static readonly string CacheFolder = ".pithos.cache";
10
    }
11
}