Code:int nIndex = strFullFileName.LastIndexOf('\\'); string sFilePath = strFullFileName.Substring(0, nIndex); string sFileName = strFullFileName.Substring(nIndex+1);
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Unicode character????Threaded View
|
Click Here to Expand Forum to Full Width |