PHPackages                             rawphp/raw-file-system - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. rawphp/raw-file-system

ActiveLibrary[File &amp; Storage](/categories/file-storage)

rawphp/raw-file-system
======================

RawFileSystem is a collection of utility methods that help with working with the file system.

0259PHP

Since Dec 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/rawphp/RawFileSystem)[ Packagist](https://packagist.org/packages/rawphp/raw-file-system)[ RSS](/packages/rawphp-raw-file-system/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

RawFileSystem - A Set of Methods for Working with the File System
=================================================================

[](#rawfilesystem---a-set-of-methods-for-working-with-the-file-system)

[![Build Status](https://camo.githubusercontent.com/07493f6940a1affe4f90940935a1c574904081793d1a15b216b9f2aba0620ff1/68747470733a2f2f7472617669732d63692e6f72672f7261777068702f52617746696c6553797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rawphp/RawFileSystem) [![Coverage Status](https://camo.githubusercontent.com/1a1e4ee651f7eb86efd21b507fdf4ee7b21de9426ed29ebf2ff44aa7f6e89723/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7261777068702f52617746696c6553797374656d2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/rawphp/RawFileSystem?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/fa5cfd1eb127faf8aff2400bca10abbc2e20e8d39c1d01aaeb0cbbc0e080c674/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d66696c652d73797374656d2f762f737461626c652e737667)](https://packagist.org/packages/rawphp/raw-file-system) [![Total Downloads](https://camo.githubusercontent.com/ee8ee63ba3c45dbde364e138be61a010a352662ca7b2d02dfa8483d2d3030b09/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d66696c652d73797374656d2f646f776e6c6f6164732e737667)](https://packagist.org/packages/rawphp/raw-file-system)[![Latest Unstable Version](https://camo.githubusercontent.com/22a9a25e143929631bfc3f65f1a622a32c9fc0dcc0bc2f6d94fa669a5dda1ed7/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d66696c652d73797374656d2f762f756e737461626c652e737667)](https://packagist.org/packages/rawphp/raw-file-system) [![License](https://camo.githubusercontent.com/732da3ef82856556c59173d70bcc8a8d44653ed36321dd9e1953465c78d2315b/68747470733a2f2f706f7365722e707567782e6f72672f7261777068702f7261772d66696c652d73797374656d2f6c6963656e73652e737667)](https://packagist.org/packages/rawphp/raw-file-system)

Package Features
----------------

[](#package-features)

- Create, copy, move and delete files
- Create, copy, move and delete directories

Installation
------------

[](#installation)

### Composer

[](#composer)

RawFileSystem is available via [Composer/Packagist](https://packagist.org/packages/rawphp/raw-file-system).

Add `"rawphp/raw-file-system": "0.*@dev"` to the require block in your composer.json and then run `composer install`.

```
{
        "require": {
            "rawphp/raw-file-system": "0.*@dev"
        }
}
```

You can also simply run the following from the command line:

```
composer require rawphp/raw-file-system "0.*@dev"
```

### Tarball

[](#tarball)

Alternatively, just copy the contents of the RawFileSystem folder into somewhere that's in your PHP `include_path` setting. If you don't speak git or just want a tarball, click the 'zip' button at the top of the page in GitHub.

Basic Usage
-----------

[](#basic-usage)

```
