Advertisement
Guest User

index

a guest
Oct 20th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. function list(dir)
  2.   files = fs.list(dir)
  3.  
  4.   for a=1,#files do
  5.     return files[a]
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement