System.IO.Path.Combine(String.Join("",FalderPath.Trim.Where(Function(c) not System.IO.Path.GetInvalidPathChars.Any(Function(c2) c=c2))),String.Join("",FileName.Trim.Where(Function(c) not System.IO.Path.GetInvalidFileNameChars.Any(Function(c2) c=c2))))