Is there a way in phing on which I can echo all the filenames inside specific folder specifying to get all ".php" extensions?
folder-to-check
|
- file-to-get1.php
- file-to-get2.php
- otherfile.avi
- otherfolder
Is there a way in phing on which I can echo all the filenames inside specific folder specifying to get all ".php" extensions?
folder-to-check
|
- file-to-get1.php
- file-to-get2.php
- otherfile.avi
- otherfolder
Here is an example of build.xml which echo all *.php files in specific folder: