]> git.mxchange.org Git - core.git/commit - inc/main/interfaces/filesystem/.htaccess
Added new classes for file system and interfaces for it + introduced CloseableFile.
authorRoland Haeder <roland@mxchange.org>
Thu, 27 Aug 2015 01:36:26 +0000 (03:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 27 Aug 2015 01:36:26 +0000 (03:36 +0200)
commit39e4999ebb90e7ecdf1c5862300573b297698f58
treeca0fc8c4cf71b75af34cc509a932bb4494c0c2b3
parent5345574a3fa2ed7f0af7e6c02f6051f8e1799c7b
Added new classes for file system and interfaces for it + introduced CloseableFile.

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/main/classes/file_directories/class_BaseAbstractFile.php
inc/main/classes/file_directories/class_BaseFileIo.php
inc/main/classes/filesystem/.htaccess [new file with mode: 0644]
inc/main/classes/filesystem/class_ [new file with mode: 0644]
inc/main/classes/filesystem/class_BaseFilesystem.php [new file with mode: 0644]
inc/main/interfaces/filesystem/.htaccess [new file with mode: 0644]
inc/main/interfaces/filesystem/class_Filesystem.php [new file with mode: 0644]
inc/main/interfaces/io/class_CloseableFile.php [new file with mode: 0644]