AutoSQLModGT Posted May 23, 2019 Posted May 23, 2019 Are Its Possible To Create And Write File From GGPromt Results?
TopGEOYT Posted May 23, 2019 Posted May 23, 2019 1 hour ago, AutoSQLModGT said: Are Its Possible To Create And Write File From GGPromt Results? Yes it is possible , execute this code with GG , write anything you want and new file will be written : ----------------------------------------------------- info = gg.prompt({"type text for write file"},nil, {"text"}) if info == nil then return end file = io.open(gg.getFile()..'.File', 'w') file:write(info[1]) file:close() os.exit() -----------------------------------------------------
Question
AutoSQLModGT
Are Its Possible To Create And Write File From GGPromt Results?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.