Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SR.cs « corefx « System.IO.Compression.FileSystem « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e188b2ef02423c47cafae84a355bb66229babc9f (plain)
1
2
3
4
5
6
7
8
9
//
// This file was generated by resx2sr tool
//

partial class SR
{
	public const string IO_DirectoryNameWithData = "Zip entry name ends in directory separator character but contains data.";
	public const string IO_ExtractingResultsInOutside = "Extracting Zip entry would have resulted in a file outside the specified destination directory.";
}