Coder Social home page Coder Social logo

folder-splitter's Introduction

folder-splitter

Library to split a folder in two, moving selected files/folders to a new folder.

Overview

This library is a simple utility intended to be used as a folder splitter, the same way Picasa used to allow a "Split folder here" command. Given a folder, you want to choose a bunch of items into this folder and move them to a new one. The items you want to move are probably selected in a previous step, where you sorted items (for example, by date) The main goal I pursue is to split a folder starting at a date and move the items to a new event folder

The code is plain C#. It is developed using .NET Core 2.0

Build

To build, please install .Net Core SDK version 2.0 Clone the repo and then move to the folder. Type:

dotnet build

to check its functionality, move to the test project folder and run XUnit:

cd tests\SplitFolderUnitTests
dotnet xunit

Examples

Please see the unit tests to learne its usage.

var newFolder = FolderSplitter.Split(originalFolderPath, newFolderName, items);

Parameters are:

  • the full path of the folder you want to split.
  • the new folder name (it will created besides your original folder).
  • a list of names of the files/folders you intend to move.

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.