@Version1.1.0
Provides a class definition which can be used to instantiate an object that has properties and methods for manipulating lists of all the subfolder nodes and files contained within a defined parent directory. The specific parent directory can be passed as an optional argument to the object constructor.
If no parent directory path is supplied to the object constructor when the object is instantiated, the new object defaults to the directory of the local host system from where the php CLI was called.
Easy installation using Composer:
$ composer require steve-r-lewis/file-system-tree
or add it manually to your composer.json
file.
FileSystemTree
FileSystemTree constructor.
__construct (string $dirRead = DIRECTORY_SEPARATOR)
@param string $dirRead
The object has the following properties;
- $fileSystemTree
- @var private array|null
- $listRootFolders
- @var private array
- $listFoldersAndFiles
- @var private array
- $listFolders
- @var private array
- $listFiles
- @var private array
- getFileSystemTree ()
- @return array|null
- getListRootFolders ()
- @return array
- getListFoldersAndFiles ()
- @return array
- getListFolders ()
- @return array
- getListFiles ()
- @return array
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information regarding Open Source Licensing you can visit;
Steve Lewis steve@themodulefactory.com
Copyright 2021 © The Module Factory Ltd. Company Number; 09989173