프로그래밍언어/VB.NET
vb.net 파일경로에서 파일이름 반환
부산딸랑이
2013. 8. 6. 22:15
Dim str As String = Mid(file, InStrRev(file, "\") + 1)