FireFS icon indicating copy to clipboard operation
FireFS copied to clipboard

Easily manage your filesystem through PHP

Results 3 FireFS issues
Sort by recently updated
recently updated
newest added

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...

good first issue
question

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...

question

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...

question
waiting-user-response