Click here to Skip to main content
15,886,100 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

 
Share this answer
 
Comments
fjdiewornncalwe 9-Nov-12 10:15am    
+5. Good link.
use this static method

C#
string myFilePath = @"C:\MyFile.txt";
string ext = Path.GetExtension(myFilePath);
 
Share this answer
 

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