The Directory.GetFi les method will bring back the file name including the
path. I just want the file name, not the path.
For Each strFile In Directory.GetFi les(strLocalPat h)
Me.lstLocal.Ite ms.Add(strFile. ToString)
Next
path. I just want the file name, not the path.
For Each strFile In Directory.GetFi les(strLocalPat h)
Me.lstLocal.Ite ms.Add(strFile. ToString)
Next
Comment