Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 anni fa
..
Directory checkin 2 anni fa
Driver checkin 2 anni fa
File checkin 2 anni fa
Filter checkin 2 anni fa
Io checkin 2 anni fa
Test/Unit checkin 2 anni fa
DirectoryList.php checkin 2 anni fa
DriverInterface.php checkin 2 anni fa
DriverPool.php checkin 2 anni fa
DriverPoolInterface.php checkin 2 anni fa
ExtendedDriverInterface.php checkin 2 anni fa
FileResolver.php checkin 2 anni fa
Glob.php checkin 2 anni fa
README.md checkin 2 anni fa

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.