This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ClassicRockFan's profile picture

Paint API help

Started by ClassicRockFan, 26 January 2014 - 04:14 PM
ClassicRockFan #1
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.
CometWolf #2
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.
ClassicRockFan #3
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?
ClassicRockFan #4
Posted 26 January 2014 - 06:34 PM
Just tested it and it works perfectly.