using System.IO;
string filename = Path.GetFileName(@"D:\My Documents\myimg.jpg");
Imports System.IO
Dim fileName As String = Path.GetFIleName("D:\My Documents\myimg.jpg")
No comments:
Post a Comment