internal CFolderEntry(string path, ref CreateSTFS xCreate) : base(path, ref xCreate) { }
internal CItemEntry(string path, ref CreateSTFS xCreate) { xthispath = path; create = xCreate; }
internal CFileEntry(string xFile, string path, ref CreateSTFS xCreate) : base(path, ref xCreate) { filelocale = xFile; }