My attempt to write a text file to the local disk

Bringing your stacks to the web

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Kangaroo SW
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 40
Joined: Sat Jan 15, 2011 10:57 am

My attempt to write a text file to the local disk

Post by Kangaroo SW »

Hello all

I have been doing a lot of experiments with the new WASM Web Engine recently. I found that writing a text file is not natively supported.

Here my attempt, to write a text file onto the local disk.

I hope this is useful for someone, or shows at least the some new web capabilities for those interested. :D


Cheers
Kangaroo
Attachments
SaveTextFile.zip
(6.3 KiB) Downloaded 1153 times
bobcole
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 175
Joined: Tue Feb 23, 2010 10:53 pm

Re: My attempt to write a text file to the local disk

Post by bobcole »

Kangaroo:
This is tremendous work!
You are kind to share this example with the LiveCode community.
Thanks,
Bob C.
Kangaroo SW
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 40
Joined: Sat Jan 15, 2011 10:57 am

Re: My attempt to write a text file to the local disk

Post by Kangaroo SW »

Thank you for the compliments !

I like to share what I create - always hoping someone can improve it or just us it as it is.
I learned a lot from many people here :wink: , this is just my way of giving it back to the community.


Cheers
Kangaroo
Post Reply