Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 742267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T08:43:43+00:00 2026-05-14T08:43:43+00:00

I want to split this text in to 2 parts with C#.Net windows application.

  • 0

I want to split this text in to 2 parts with C#.Net windows application.

C:\Users\Microsoft\Pictures\2010-04-22\003.jpg

First part: C:\Users\Microsoft\Pictures\2010-04-22\

Second part: 003.jpg

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T08:43:44+00:00Added an answer on May 14, 2026 at 8:43 am

    If you are working with files and paths, use FileInfo:

    System.IO.FileInfo fi = new System.IO.FileInfo(@"C:\Users\Microsoft\Pictures\2010-04-22\003.jpg
    ");
    string dir = f.DirectoryName;
    string file = f.Name;
    

    Or, as Marcelo Cantos says, you can use System.IO.Path. Using Reflector you can see that FileInfo.Directory name calls Path.GetDirectoryName(base.FullPath) so it’s very much the same

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We want to split our large asp.net mvc web application into multiple Visual Studio
I'm using this method to split some text: String[] parts = sentence.split([,\\s\\-:\\?\\!\\«\\»\\'\\´\\`\\\\\.\\\\\\/]); Which will
I have this code Dim parts As New List(Of String)(Regex.Split(RichTextBox2.Text, ~\d)) That splits lines
I have an ArrayList of Timestamps. I want to split this ArrayList into several
^0806EA^0406F0^^^^^^EF07F7--^E3DC03--^EAFE02-- ^0406F0^^^FFE209^^^DFF107^^^F6F508^^^E4DE01^^^EF07F7--^E803E6-- in the above code, i want to split this ^ but the
I have a string of below type. [test1,3,(257,305,435,900)] Now i want to split this
I want to split a string like this: abc//def//ghi into a part before and
I have this file file.txt which I want to split into many smaller ones.
I have the image like this: I want to split it into six squares,
I have string looking like this: 'Toy Story..(II) (1995)' I want to split the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.