Feature #1

Use SPL when searching/listing files.

Added by Karsten Dambekalns over 8 years ago. Updated almost 5 years ago.

Status:Closed Start date:
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

0%

Category:Package
Target version:TYPO3 Flow Base Distribution - 0.1
PHP Version: Complexity:
Has patch:

Description

The SPL provides some nice iterators for (recursively) working through directories, there even is a way to nicely implement a !DirectoryIterator variant that omits . and .. automagically.

This would provide a nice way to replace custom opendir-read-check-for-dot.


Related issues

related to FE User Management - Bug #28475: activation link in mail Resolved 2011-07-26

History

#1 Updated by Robert Lemke over 8 years ago

Where do you want to use the DirectoryIterator where it is not used yet?

The Package Manager has a custom check for "." because it also wants to omit hidden files.

source:Packages/Core/Classes/PackageManager/T3P_Core_PackageManager.php#125 line 184

#2 Updated by Robert Lemke over 8 years ago

  • Status changed from New to Closed
  • Sprint set to fixed

Also available in: Atom PDF