Advertisement
Le_JuiceBOX

[OS] fileExplorer.lua

Apr 2nd, 2024 (edited)
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1.  
  2. local Terminal = require("/terminal").new()
  3. return function()
  4.     Terminal:reset()
  5.     Terminal:print("&c"..Terminal:makeSeperator("="))
  6.     Terminal:print("&dComputerOS - Explorer - T:")
  7.     Terminal:print("&c"..Terminal:makeSeperator("="))
  8.     return Terminal:promptFilePath("",true,nil,5)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement