PT Lua API filesystem problem/sugession

  • EgrOnWire
    1st Aug 2014 Member 0 Permalink

    Working on my GOL plotter, i found that PT LUA misses fileSystem.open(), fileSystem.append() and other usefull file functions. Security measures?

    Edited once by EgrOnWire. Last: 1st Aug 2014
  • jacob1
    1st Aug 2014 Developer 0 Permalink
    Lua already has it's own functions for these: http://www.lua.org/manual/5.1/manual.html#5.7

    The filesystem api in TPT it just there to fill in some gaps :P

    Also btw, these forums use html and not bbcode, so you can use <code>asdf</code> to use code tags instead of [code]asdf[/code]
    Edited 2 times by jacob1. Last: 1st Aug 2014
  • EgrOnWire
    1st Aug 2014 Member 0 Permalink

    @jacob1 (View Post)

     thank you for your respond!

    *dumb me* i forgot about normal file.open func :D

    anyway thx for quick answering