namespace Pithos.Interfaces { public static class FolderConstants { public static readonly string OthersFolder="others-shared"; public static readonly string PithosContainer = "pithos"; public static readonly string TrashContainer = "trash"; public static readonly string CacheFolder = ".pithos.cache"; } }