In C# 2008 application, I want to move an excel 2010 file from one directory struture location to another location. I basically want to remove the file from the first location and place the excel file in a second location.
Thus can you show me code how to accomplish this goal?