I want to scan 1 folder for example:
/FUX
and with this scan I want to get all file names in this directory... (in an array or sth) How to do it???
if there are subfolders in folder /FUX for example
/Folder1
/Folder2
/Folder3
I would like to get file lists from subfolders too... and put their names (with whole link like :
/Folder1/file1.php
/Folder1/file2.php
/Folder2/file1.php
.
.
.
Put this all into array or sth...
THX FOR HELP