FireFS
FireFS copied to clipboard
Easily manage your filesystem through PHP
FireFS::toInternalPath prepends working directory (which is confusingly referred to as $this->rootPath) to absolute path. Example: Current working directory is /Users/dennis/bin/ FileFS::toIntenralPath('/Users/dennis/Docs') Result: /Users/dennis/bin/Users/dennis/Docs To circumvent this, I have modified from...
In the README for this project, I see this: New to FireFS ? From console to web apps, you can read the [wiki](https://github.com/ElementaryFramework/FireFS/wiki) to know how to use this library...
Hi, I liked your library. Would there be any method for garbage disposal, as in memory cleaning that I can concatenate after/before `build()`, or even an abrupt, reset that would...