Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. $it = new RecursiveDirectoryIterator("C:UsersSachin_S2DesktopScript");
  3. foreach(new RecursiveIteratorIterator($it) as $file) {
  4. echo $file . "<br/> n";
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement