How To Rename A File

  • Thread starter Thread starter Christopher Lusardi
  • Start date Start date
C

Christopher Lusardi

How do I rename a file on the C disk?

Thanks,
Christopher Lusardi
 
Christopher Lusardi said:
How do I rename a file on the C disk?

'Rename(String, String)' or 'System.IO.File.Move(String, String)'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top