skip to main
|
skip to sidebar
Files and Directories
Saturday, May 30, 2009
Get file extension
// Get file extension
FileInfo temp = new FileInfo(fileName);
if (temp.Extension.ToUpper() == ".DOC")
{
// ...
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
About Me
Avinash Tiwari
View my complete profile
No comments:
Post a Comment