25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 년 전
..
Directory checkin 2 년 전
Driver checkin 2 년 전
File checkin 2 년 전
Filter checkin 2 년 전
Io checkin 2 년 전
Test/Unit checkin 2 년 전
DirectoryList.php checkin 2 년 전
DriverInterface.php checkin 2 년 전
DriverPool.php checkin 2 년 전
DriverPoolInterface.php checkin 2 년 전
ExtendedDriverInterface.php checkin 2 년 전
FileResolver.php checkin 2 년 전
Glob.php checkin 2 년 전
README.md checkin 2 년 전

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.