Name
Last commit
Last update
..
Directory Loading commit data...
Driver Loading commit data...
File Loading commit data...
Filter Loading commit data...
Io Loading commit data...
Test/Unit Loading commit data...
DirectoryList.php Loading commit data...
DriverInterface.php Loading commit data...
DriverPool.php Loading commit data...
FileResolver.php Loading commit data...
Glob.php Loading commit data...
README.md Loading commit data...

The \Magento\Framework\Filesystem library provides interface for file system operations, such as read, write, list directories, etc. The library includes File, HTTP, HTTPS and Zlib drivers. \Magento\Framework\Filesystem\DirectoryList class defines list of directories available in the application. The library supports only system temporary directory, while application classes may extend the list in order to define directories used in the application. Paths to pre-defined directories can be customized by configuration, while the list is finite in runtime. Use directory codes represented by the class's constants (or its descendants) to operate with the file system objects.