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
Post a Comment