extract file name from URL/path

  • Thread starter Thread starter Miki Peric
  • Start date Start date
M

Miki Peric

Which .Net function I should use to extract file name from URL/path?
 
Imports System.IO

Path.GetFileName( )

There are a lot of helpfull funjctions loike thati n the Path-object. Like
Combine (adds Dir + file), etc...



Pieter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top