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 6348827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:29:55+00:00 2026-05-24T21:29:55+00:00

I have a list (list1) with the file names: C:\\Work\\Server1\\CSRegWeb\\Transform\\Faq.xslt C:\\Work\\Server1\\CSRegWeb\\Content\\Axxess.xml C:\\Work\\Server1\\CSRegWeb\\kleenex.aspx C:\\Work\\Server1\\CSRegWeb\\Content\\dell.xml I

  • 0

I have a list (list1) with the file names:

C:\\Work\\Server1\\CSRegWeb\\Transform\\Faq.xslt
C:\\Work\\Server1\\CSRegWeb\\Content\\Axxess.xml
C:\\Work\\Server1\\CSRegWeb\\kleenex.aspx
C:\\Work\\Server1\\CSRegWeb\\Content\\dell.xml

I need to copy these files to another server (with the same folder structure), which is called server2. So the folder locations are:

C:\\Work\\Server2\\CSRegWeb\\Transform\\Faq.xslt
C:\\Work\\Server2\\CSRegWeb\\Content\\Axxess.xml
C:\\Work\\Server2\\CSRegWeb\\kleenex.aspx
C:\\Work\\Server2\\CSRegWeb\\Content\\dell.xml

I need to copy over the files (which can be copy or overwrite).
(For now they are server1 & server2, the server names can change).
Any help would be appreciated.

Here is the code I have:

DESTINATION_PROJECT_ROOT = "C:\\Work\\Server2"
projectName = "CSRegWeb"

string dest = DESTINATION_PROJECT_ROOT + "\\" + projectName + "\\" ;
foreach (FileInfo k in List1)
{
    foreach (FileInfo j in List2)
    {
        if (k.Name == j.Name && k.Directory.Name == j.Directory.Name)
        {
             File.Copy(k.FullName, dest , true);
             break;
        }
    }
}

This only replaces the modified files.

  • 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-24T21:29:55+00:00Added an answer on May 24, 2026 at 9:29 pm

    I don’t think you can access it that way. Try it this way instead:

    string path = @"\\Server2\CSRegWeb\Transform\Faq.xslt";
    

    EDIT

    Or if you’re storing it in web.config, try this:

    <appSettings>
       <add key="CopyToLocation" value="\\Server2" />    
    </appSettings>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large list of file names that are illegal, I want to
I have a list containing about 1000 file names to search under a directory
Suppose I have two lists that holds the list of source file names and
I have a space delimited list of files names, where spaces in the file
I have a file containing a list of filenames: esocket.c esocket.h dockwin.cpp dockwin.h makefile
I have a text file that contains a list of filenames, minus the extension,
I have a list of file input boxes and I want to know if
I have a list URLs in a file called urls.txt . Each line contains
I would like to have a list of clients in a separate HTML file
I have text files that have list of thousands of names like this DallasWebJobs

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.