We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9970d42 commit 5e96849Copy full SHA for 5e96849
components/finder.rst
@@ -109,26 +109,7 @@ Exclude directories from matching with the
109
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs`
110
method was introduced in Symfony 2.3.
111
112
-Note that the excluded paths provided are relative to the `in()` directories. For
113
-example if you have:
114
-
115
- /path/to/project
116
- \-- A/
117
- |-- a0
118
- |-- a1
119
- \-- B
120
- |-- b0
121
- \-- b1
122
123
-And do the following:
124
125
- Finder::create()
126
- ->files()
127
- ->in('/path/to/project)
128
- ->exclude('A/B')
129
- ;
130
131
-Then the finder will collect the files `a0` and `a1`.
+Note that the excluded paths provided are relative to the `in()` directories.
132
133
It's also possible to ignore directories that you don't have permission to read::
134
0 commit comments