How can I get file tile(name) from file full path in VB6? -


i wanna file title(only filename, , extension) how can this?

for example : ftp://111.111.111.111:3333/file/file01.bmp

i wanna "file01.bmp" in vb6

i believe question vb6, not vb.net or c#. please include reference "microsoft scripting runtime".

dim fso new filesystemobject dim filename string  filename = fso.getfilename("ftp://111.111.111.111:3333/file/file01.bmp") 

Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -