No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Directory checkin hace 2 años
Driver checkin hace 2 años
File checkin hace 2 años
Filter checkin hace 2 años
Io checkin hace 2 años
Test/Unit checkin hace 2 años
DirectoryList.php checkin hace 2 años
DriverInterface.php checkin hace 2 años
DriverPool.php checkin hace 2 años
DriverPoolInterface.php checkin hace 2 años
ExtendedDriverInterface.php checkin hace 2 años
FileResolver.php checkin hace 2 años
Glob.php checkin hace 2 años
README.md checkin hace 2 años

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.