ZeroInstall.PackageBuilder.WritePackageInto C# (CSharp) Method

WritePackageInto() public method

public WritePackageInto ( string packageDirectory ) : void
packageDirectory string
return void
        public void WritePackageInto(string packageDirectory)
        {
            var hierarchyExpander = new HierarchyToFolder(packageDirectory);
            Hierarchy.AcceptVisitor(hierarchyExpander);
        }