Page 1 of 1
Need help on basic code
Posted: Tue Dec 04, 2018 4:18 am
by iliya
I want to make a windows 10 program where I can click a button and a file gets uploaded (From the LiveCode Program, to my system) to c:\Programfiles\common (something like that) Can someone provide me with a sample code>
Re: Need help on basic code
Posted: Tue Dec 04, 2018 9:54 am
by AndyP
Welcome to the forums iliya,
What you want to do is fairly simple with LiveCode.
Instead of showing the whole code on how to do this, I think you would find it better in the long term to source the information and put it together yourself. I have provided a few links below which should help you.
LiveCode Lessons - Working with Files
]http://lessons.livecode.com/m/4071/c/16761
LiveCode Wiki - a great source of examples and easy to follow explanations
http://livecode.wikia.com/wiki/Livecode_Wiki
BRIGHAM YOUNG UNIVERSITY - will give you a good start in LiveCode
http://livecode.byu.edu/indexgeneric.php
http://livecode.byu.edu/extfiles/exFiles.php
Once you have some code, post it back here and the community will look through it and advice on any changes that may be required.
Re: Need help on basic code
Posted: Tue Dec 04, 2018 3:54 pm
by dunbarx
What Andy said.
But basically, and there are other ways to do this:
Code: Select all
open file yourFilePath for text write
write yourData to file yourFilePath
close file yourFilePath
Craig Newman
Re: Need help on basic code
Posted: Tue Dec 04, 2018 5:12 pm
by SparkOut
Also useful will be reference on specialFolderPath codes, as definitely explored by Ken Ray a long time ago, but still valid today on Windows 10
http://www.sonsothunder.com/devres/live ... ile010.htm