duplicate

[?]
Sep 3, 2022, 9:59 PM
5USLYLBVMNECPWJHHCFMWMLEJFPWWRXN4XQZRA22XQ752U75GYVAC

Dependencies

  • [2] KKMFQDR4 editing source code from within the app

Change contents

  • edit in source_file.lua at line 57
    [2.151707][2.151707:151873]()
    end
    function file_exists(filename)
    local infile = App.open_for_reading(filename)
    if infile then
    infile:close()
    return true
    else
    return false
    end