Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin před 2 roky
..
Directory checkin před 2 roky
Driver checkin před 2 roky
File checkin před 2 roky
Filter checkin před 2 roky
Io checkin před 2 roky
Test/Unit checkin před 2 roky
DirectoryList.php checkin před 2 roky
DriverInterface.php checkin před 2 roky
DriverPool.php checkin před 2 roky
DriverPoolInterface.php checkin před 2 roky
ExtendedDriverInterface.php checkin před 2 roky
FileResolver.php checkin před 2 roky
Glob.php checkin před 2 roky
README.md checkin před 2 roky

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.