Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $a[0]='Root'
  2. $a[1][0][0]='Sub Directory'
  3. $a[1][0][1][0][0]='Very Sub Directory'
  4. $a[1][0][1][0][1][0][0]='a file'
  5. $a[1][0][0][1][0]='Another Very Sub Directory'
  6. $a[1][0][0][2][0]='just a file'
  7. $a[1][1][0]='Stuff'
  8. $a[1][1][1][0][0]='with stuff'
  9. $a[1][1][1][1][0]='more stuff'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement