Thread: xcopy-like function API

  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    932

    xcopy-like function API

    Is there function like xcopy that has options to only copy a file if it has been modified and won't copy it if the file is the same?
    Using Windows 10 with Code Blocks and MingW.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    most software that keeps folders "in sync," like you're describing, maintains its own database of the files in that folder, and compares the file date with the stored date, and makes the determination to copy based on that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 13
    Last Post: 03-20-2012, 08:29 AM
  2. Replies: 15
    Last Post: 06-09-2009, 02:19 AM
  3. Print function: sending a function.. through a function?
    By scarlet00014 in forum C Programming
    Replies: 3
    Last Post: 11-05-2008, 05:03 PM
  4. xcopy
    By VirtualAce in forum Tech Board
    Replies: 4
    Last Post: 12-31-2007, 04:00 PM
  5. Replies: 9
    Last Post: 01-02-2007, 04:22 PM