Search results

  1. N

    Accessing to a folder with changing content

    Is it possible to access to a folder with changing content? $folder = “C:\folderA”; $allFiles = scandir($folder); foreach ($allFiles as $file) { // do something with that file }
Back
Top