Git Product home page Git Product logo

cptree's Introduction

Copy Directory Tree Utility 1.1.0.3

This utility allows you to replicate the structure of a directory excluding files. Once replicated in another point, the directory tree can be compressed for backup (and restored anywhere). Some Examples: - download directory - personal folder - directory tree used as database with xml files When used without a target directory, the program lists the content of given directory.

More info on: http://gsscoder.blogspot.com/.

Build:

You can build using VCS2010EE (http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-csharp-express) or by using NAnt (in both case only two deps are required nunit.framework.dll and Mono.Posix.dll - both included in lib subdirectory).

Unit Tests:

If you build under *nix/Linux OS you may have problems if the nunit.framework.dll version used to build the test version is not the same of the test runner.

Dependencies:

Windows User:

Although Mono.Posix.dll is needed for build process you may not redistribute it in a deployment environment. (For *nix users is already installed in the GAC).

Compatibility:

  • MS .NET Framework Version 2.0+
  • Mono 2.0 Profile+

Licence:

Usage Examples:

  ;;Help, copyright and license info:
    C:\> cptree --help
  ;;List current directory and its content:
    C:\> cptree
  ;;List the specified directory:
    C:\> cptree C:\Temp\SomeDir
  ;;Copy a directory tree:
    C:\> cptree C:\Temp\MyDir C:\Temp\CopyOfMyDir

Comments, bugs and other:

  • CodePlex
  • Giacomo Stelluti Scala
  • gsscoder AT gmail DOT com

cptree's People

Contributors

gsscoder 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.