Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Minif OS Look Tool
- os.loadAPI("/system/cores/file")
- --Execution
- mos.osDrawWindow("Choose File")
- local action, name = file.osListFilesAtRoot("/user/".. mos.osEnteredUser.."/")
- if action == "edit" then
- shell.run('edit "'..name..'"')
- end
- if action == "paint" then
- shell.run('paint "'..name..'"')
- end
Add Comment
Please, Sign In to add comment