renaming a setup in c#
Posted
by Hema Joshi
on Stack Overflow
See other posts from Stack Overflow
or by Hema Joshi
Published on 2010-04-21T07:31:31Z
Indexed on
2010/04/21
7:33 UTC
Read the original article
Hit count: 298
c#2.0
hi , i have a setpu in c:\3c\install\builds\output\ dir having name setup. i want to rename this setup from a c# file. please tell me how to rename this . when i am tyring File.Move(c:\3c\install\builds\output\setup,c:\3c\install\builds\Renamesetup\newsetup);
it is giving file not found exception.
Could not find file 'c:\3c\install\builds\output\setup'.
please tell me what is wrong in it .
thanks
© Stack Overflow or respective owner