Get a file extension, in only one line
Get a file extension, in only one line
Rate Get a file extension, in only one line
(1(1 Vote))
ext = Mid$(FileName$, InStr(1, FileName$, ".") + 1, 3)
Get a file extension, in only one line Comments
No comments yet — be the first to post one!
Post a Comment