\Phabstractic\ResourceFileUtilities

The Static File Utility Class

This class contains all the static file/path-based utility functions that are used in particular cases throughout the library.

CHANGELOG

1.0: created FileUtilities - August 3rd, 2016

Summary

Methods
Properties
Constants
getAbsolutePath()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getAbsolutePath()

getAbsolutePath(string  $path) : string

Get Absolute File Path

This normalizes a file path to eliminate ..'s

Parameters

string $path

the path to normalize

Returns

string —

the normalized path