Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
sir

i want to know what is folder extension.
Posted

use this static method

C#
string myFilePath = @"C:\MyFile.txt";
string ext = Path.GetExtension(myFilePath);
 
Share this answer
 
 
Share this answer
 
Comments
fjdiewornncalwe 9-Nov-12 10:15am    
+5. Good link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900