renaming a setup in c#
- by Hema Joshi
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