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

  • Home
  • SEARCH
  • 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 1032399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T14:04:16+00:00 2026-05-16T14:04:16+00:00

I have a folder ~/ConfigurationDirectory. The sub-folders within this folder are named as follows

  • 0

I have a folder ~/ConfigurationDirectory. The sub-folders within this folder are named as follows

5.0.0.1
5.0.0.2
5.0.0.3
…

Now, the requirement is that – Identify the folder which has the “largest” name numerically and create a copy of the folder. Rename the new folder as 5.0.0.n+1 (assuming that the largest numerically available folder is 5.0.0.n)

I have written code which will identify the largest named folder. Also, I have written the code which will do the copy of folder and sub-folders. What I am not able to get is, how do I get the name of the new folder, i.e., 5.0.0.n+1

How do I do this in C#? Any pointers would suffice rather than complete coding.

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-16T14:04:16+00:00Added an answer on May 16, 2026 at 2:04 pm

    Assuming the numbers you’re working with are not simple four-part version numbers, you’re going to want to use the string.Split() to break up the folder name, and then Convert.ToInt32() or int.Parse() to turn the last chunk into a number. From there, you increment it, and then use something like string.Format() to turn it back into a folder name.

    If, however, you are indeed working with simple version numbers, then using the System.Version class (specifically, the Parse() or TryParse() and ToString() methods) would be a significantly more straightforward implementation.

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

Sidebar

Related Questions

I have a folder FolderA which contains three sub-folders: foldera1 foldera2 and foldera3 I
I have a folder structure like this /img/products/{product name}/ and then the sub folders
I have an array of folders/files that looks like this: Array ( [Root Folder
I have a folder, c:\websites\test , and it contains folders and files that were
I have a folder that has a .pyc_dis file from a module. What can
I have this folder public/assets/dvd_files/dvds/ and i want to svn ignore anything that might
I have a web application that has a configuration folder that houses multiple XML
I have a folder structure like this lots of folders another subfolder _includes getStatisticsTable.php
I have a folder which file name is: List of names. Inside that folder
I have a folder on my server to which I had a number of

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.