Пример #1
0
        public string Autofixedpath(string TemporaryPath)
        {
            Format format      = new CSharpImageLibrary.General.Format(ExpectedFormat);
            string newfilename = Path.ChangeExtension(FileName, ImageFormats.GetExtensionOfFormat(format.InternalFormat));

            return(Path.Combine(Path.Combine(TemporaryPath, "Autofixed"), newfilename));
        }
Пример #2
0
 public string Autofixedpath(string TemporaryPath)
 {
     Format format = new CSharpImageLibrary.General.Format(ExpectedFormat);
     string newfilename = Path.ChangeExtension(FileName, ImageFormats.GetExtensionOfFormat(format.InternalFormat));
     return Path.Combine(Path.Combine(TemporaryPath, "Autofixed"), newfilename);   
 }