static string scormZipFile(Consts.file file) { return string.Format("{0}>>{1}", file.srcPath, file.destDir + "\\" + file.name).ToLowerInvariant(); }
//pro Download static string ISSFile(Consts.file file) { return string.Format(@"source: {0}; DestDir: {{app}}\{{#path}}data\{1}; DestName:{2}; Flags: ignoreversion; ", file.srcPath, file.destDir, file.name); }
static string scormManifestFile(Consts.file file) { return string.Format(@"<file href=""{0}"" />", (file.destDir + "/" + file.name).ToLowerInvariant().Replace('\\', '/')); }