Get the filename without path and extension, in one line of code
Get the filename without path and extension, in one line of code
Rate Get the filename without path and extension, in one line of code
(1(1 Vote))
fName = Left$(Right$(FileName$, Len(FileName$) - InStrRev(FileName$, "\", -1)), Len(Right$(FileName$, Len(FileName$) - InStrRev(FileName$, "\", -1))) - 4)
Get the filename without path and extension, in one line of code Comments
No comments yet — be the first to post one!
Post a Comment