Home > Article > Backend Development > Traverse the file directory and return all file names in the directory using the path as the key value.
Array
( [C:/testnice] => Array ([0] => New text document.txt) [C:/testnice copy nice] => Array ( ) [C:/testnice copy nice copy nice] => Array ([0] => New text document.txt) [C:/test copy (2) nice] => Array ([0] => New text document.txt) )
|