Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
Frequently Used Methods
public static void CompressFiles(IEnumerable<string> files, string rootPath, string targetpath) { files.GetExistingFiles(rootPath).Compress(targetpath); }