Skip to content

An application that searches for specific files in a given directory and moves them automatically.

License

Notifications You must be signed in to change notification settings

SlaynAndKorpil/Filemover

Repository files navigation

Filemover

Description

This is an application to automatically move files meeting specific criteria from one directory to another.

Configuration

Depending on whether you define cli in ConsoleApplication1.cpp you will either get a cli (Command Line Interface) when starting the application or it will read its parameters from the configuration file. By default it is not set. If you work with the cli it will lead you through the settings. For the configuration file you should first take a look at the next section.

Configuration file

The file has to be named filemover.conf and needs to be located in the same directory as the executable. It contains information in the following order (every parameter needs to be in its own line, no empty lines in between allowed)

  1. directory to move files out of
  2. directory to move files into
  3. prefix to filter files for
  4. extension that all files need to have in order to be moved
  5. extension that all files should have after being moved
  6. time (in milliseconds) the program waits between trying to move files

Example:

C:\Users\user\Desktop\background
C:\Users\user\Desktop\foreground
00
.jpg
.png
60000

About

An application that searches for specific files in a given directory and moves them automatically.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages