56 posts
Posted 26 January 2014 - 05:14 PM
Hey guys, I'm trying to do stuff with the paint API. I'm wondering if it I possible to use paint api files with pastebin and fs.exist() applications. Thanks for all of the help guys.
1281 posts
Posted 26 January 2014 - 05:27 PM
fs.exists is not an application, but yeah you could check if a file of any type exsists on your computer… same goes for pastebin, it just uploads the file in pure text, which all computercraft files are.
56 posts
Posted 26 January 2014 - 06:16 PM
The paint api files don't show up in the dir menu. That's why I posted this topic. Is to see how it is stored so I can use the fs.exists() and pastebin. I don't know how you would put that into either. Maybe fs.exists(paint .filename) and pastebin put paint .filename?
56 posts
Posted 26 January 2014 - 06:34 PM
Just tested it and it works perfectly.