Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin há 2 anos
..
Directory checkin há 2 anos
Driver checkin há 2 anos
File checkin há 2 anos
Filter checkin há 2 anos
Io checkin há 2 anos
Test/Unit checkin há 2 anos
DirectoryList.php checkin há 2 anos
DriverInterface.php checkin há 2 anos
DriverPool.php checkin há 2 anos
DriverPoolInterface.php checkin há 2 anos
ExtendedDriverInterface.php checkin há 2 anos
FileResolver.php checkin há 2 anos
Glob.php checkin há 2 anos
README.md checkin há 2 anos

README.md

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.