path format error

refnumbroma

New Member
I am try to use the following to access a directory on localhost but the error says the path format is not supported.\[code\] string fileName=ImageName.ToString() + ".Jpeg"; bmp.Save(System.IO.Path.Combine("localhost:59657/ProfileTenModified/setP/", fileName), System.Drawing.Imaging.ImageFormat.Jpeg);\[/code\]any solutions???
 
Back
Top