I can do the file name, I am unsure how to add the location in?

I have
Quick save Code:
  1. quicksave.FileName = "screenshot" & intCount + 1
  2.  
  3.         PictureBox1.Image.Save(quicksave.FileName, System.Drawing.Imaging.ImageFormat.Jpeg)

and I want it to save to "C:\Users\Karl\Desktop\Screenshot"?