Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about copying

Read more about copying

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - copying

C# true time for copying files from one folder to another folder

I wrote a script Task in c# where I copy files from one folder into another. The goal is to measure how long the copying process is taking from the first file until all files are copied. Can I measure...
test-img

Sebastian

c#

time

stopwatch

copying

Votes: 0

Answers: 1

Latest Answer

If you want to measure time spent to copy all the files, remove stopWatch.Start();, stopWatch.Stop(); and put them as close to File.Copy as you can: ... for (int i = 1; i <= count; i++) { strin...
test-img

Dmitry Bychenko

How can I copy all metadata from one file to another automatically?

I have a collection of .mp3 files that have a lot of metadata on them, and a collection of those same tracks as .flac files with no metadata. I'd like to be able to simply copy the metadata from an .m...
test-img

Pete_Set

metadata

mp3

tagging

copying

flac

Votes: 0

Answers: 0

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved