PHPackages                             herrera-io/file-system-functions - 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. herrera-io/file-system-functions

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

herrera-io/file-system-functions
================================

A collection of file system related functions.

2.0.0(12y ago)11.1k1MITPHPPHP &gt;=5.3

Since Jan 20Pushed 12y agoCompare

[ Source](https://github.com/kherge-archive/php-fs-functions)[ Packagist](https://packagist.org/packages/herrera-io/file-system-functions)[ Docs](http://code.herrera.io/php-fs-functions)[ RSS](/packages/herrera-io-file-system-functions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

FS Functions
============

[](#fs-functions)

[![Build Status](https://camo.githubusercontent.com/64d0e4705aa5f77efd9105312320d1125d0888556e9abcf80bb0f2dd4fdbb985/68747470733a2f2f7472617669732d63692e6f72672f686572726572612d696f2f7068702d66732d66756e6374696f6e732e706e67)](http://travis-ci.org/herrera-io/php-fs-functions)

> I am deprecating this in favor of [phine/lib-path](https://github.com/phine/lib-path).

A collection of file system related functions.

Summary
-------

[](#summary)

The library contains a collection of simple file system related functions:

- `canonical_path()` - Returns the canonical file path.
- `is_absolute_path()` - Check for an absolute path.
- `is_hidden_path()` - Checks for a hidden path.

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

[](#installation)

Add it to your list of Composer dependencies:

```
$ composer require herrera-io/file-system-functions=1.*
```

Usage
-----

[](#usage)

```
