Code Monkey home page Code Monkey logo

filemover's Introduction

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

filemover's People

Contributors

slaynandkorpil avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.