Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin il y a 2 ans
..
Directory checkin il y a 2 ans
Driver checkin il y a 2 ans
File checkin il y a 2 ans
Filter checkin il y a 2 ans
Io checkin il y a 2 ans
Test/Unit checkin il y a 2 ans
DirectoryList.php checkin il y a 2 ans
DriverInterface.php checkin il y a 2 ans
DriverPool.php checkin il y a 2 ans
DriverPoolInterface.php checkin il y a 2 ans
ExtendedDriverInterface.php checkin il y a 2 ans
FileResolver.php checkin il y a 2 ans
Glob.php checkin il y a 2 ans
README.md checkin il y a 2 ans

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.