4 references to ZipFileDirectory
Microsoft.TemplateEngine.Edge (4)
Mount\Archive\ZipFileMountPoint.cs (4)
24
Root = new
ZipFileDirectory
(this, "/", string.Empty);
61
universe[path] = parentDirEntry = new
ZipFileDirectory
(this, path, parts[i]);
67
universe[path] = parentDirEntry = new
ZipFileDirectory
(this, file.FullPath, file.Name);
106
return new
ZipFileDirectory
(this, path, path.Substring(path.LastIndexOf('/') + 1));