예제 #1
0
        public string Pack(ref sFolder unpacked, sFile file)
        {
            string output = pluginHost.Get_TempFile();

            Packs.Pack(output, ref unpacked);
            return(output);
        }
예제 #2
0
 public sFolder Unpack(sFile file)
 {
     return(Packs.Unpack(file, pluginHost));
 }