Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 år sedan
..
Directory checkin 2 år sedan
Driver checkin 2 år sedan
File checkin 2 år sedan
Filter checkin 2 år sedan
Io checkin 2 år sedan
Test/Unit checkin 2 år sedan
DirectoryList.php checkin 2 år sedan
DriverInterface.php checkin 2 år sedan
DriverPool.php checkin 2 år sedan
DriverPoolInterface.php checkin 2 år sedan
ExtendedDriverInterface.php checkin 2 år sedan
FileResolver.php checkin 2 år sedan
Glob.php checkin 2 år sedan
README.md checkin 2 år sedan

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.