Skip to main content
added 2 characters in body
Source Link
bluish
  • 27.5k
  • 28
  • 126
  • 185

You can use Path.GetDirectoryNamePath.GetDirectoryName and just pass in the filename.

MSDN Link

You can use Path.GetDirectoryName and just pass in the filename.

MSDN Link

You can use Path.GetDirectoryName and just pass in the filename.

MSDN Link

Source Link
Brandon
  • 70.3k
  • 32
  • 201
  • 227

You can use Path.GetDirectoryName and just pass in the filename.

MSDN Link