Ejemplo n.º 1
0
        public static byte[] GetFileBinaryContent(int packageId, string path)
        {
            OS.OperatingSystem os       = GetOS(packageId);
            string             fullPath = GetFullPackagePath(packageId, path);

            // create file
            return(os.GetFileBinaryContent(fullPath));
        }