How can I change file type from .txt to .htm ? (with c#)
any help will be appreciated.
How can I change file type from .txt to .htm ? (with c#)
any help will be appreciated.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jan MontanoPosted Aug 4, 2007, 2:19 AM
You could use: System.IO.Path.ChangeExtension (string path,string extension)
Cheers,
Jan