webdesign india
08-03-2012, 09:11 AM
How to move the file into the dynamically created folder in C#???
|
||||
How to move the file into the dynamically created folder in C#???webdesign india 08-03-2012, 09:11 AM How to move the file into the dynamically created folder in C#??? sean3838 08-04-2012, 06:09 PM Use Server.MapPath string completePath = Server.MapPath("your path to the folder"); doc.Save(completePath); sh4rd 08-19-2012, 08:33 AM Directory.Create(); File.Move(); |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum