Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
I have a need to save a fields contents to a .txt file and have that figured out. What I am having issues with is the right way to save the file in a specific folder. Right now its placed in the documents folder and Im wondering how to have a folder created within the documents folder and have the .txt file saved there. Any help would be appreciated. This is what I have functioning
Can someone explain why we need to do that? I'm used to bash scripting, where you don't have to create a directory before writing a file to it. Would it not be simpler for LiveCode to create a directory if one does not exist?