2017 © Pedro PelĂĄez
 

library file-utilities

helpers to manipulate files, path and directories

image

jelix/file-utilities

helpers to manipulate files, path and directories

  • Tuesday, October 3, 2017
  • by laurentj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,281 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 7 Versions
  • 7 % Grown

The README.md

Some utilities to manipulate files, directories and paths., (*1)

Installation

You can install it from Composer. In your project:, (*2)

composer require "jelix/file-utilities"

Features

The File class allows you to read and write file contents. write() method allows to change the content of an existing file by not writing into it directly, avoiding write lock., (*3)

The Directory class allows to delete recursively content of a directory, and even to do it without deleteting some specific files., (*4)

For both File and Directory classes, chmod values can be set globally or specifically, when they create a file or a directory., (*5)

The Path class allows to cleanup a path, to resolve a path against an other, or to get the shortest path between to path. All of its methods works on path string and do not rely on the file system. So paths can represent files/directories that do not exist., (*6)

History

Most of methods of first version of the classes come originally from the jFile class of Jelix 1.6. http://jelix.org, (*7)

The Versions

03/10 2017

dev-master

9999999-dev http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

03/10 2017

v1.8.3

1.8.3.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

07/09 2016

v1.8.2

1.8.2.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

13/03 2016

v1.8.1

1.8.1.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

16/02 2016

v1.8.0

1.8.0.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

18/06 2015

v1.7.1

1.7.1.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files

18/06 2015

v1.7.0

1.7.0.0 http://jelix.org

helpers to manipulate files, path and directories

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by GĂ©rald Croes
by Christophe Thiriot
by Bastien Jaillot
by Julien Issler

helpers files