default directory - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: default directory (/showthread.php?tid=2588) |
default directory - SigmaTec - 16.04.2020 Hi all, can you tell me in which directory by default are saved, for example, the files that we create with io.write. Is there any documentation on this subject? All the best. RE: default directory - admin - 16.04.2020 There's no such thing as a default directory. You should use absolute paths when working with local files. RE: default directory - SigmaTec - 16.04.2020 Thank's Admin ! |