Exemplo n.º 1
0
 internal CFolderEntry(string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
 }
Exemplo n.º 2
0
 internal CItemEntry(string path, ref CreateSTFS xCreate)
 {
     xthispath = path;
     create    = xCreate;
 }
Exemplo n.º 3
0
 internal CFileEntry(string xFile, string path, ref CreateSTFS xCreate)
     : base(path, ref xCreate)
 {
     filelocale = xFile;
 }