I am trying to save text from an EditField to a text file in
a default directory. How do i Stop the browse folder dialog from opening up. I want to set the default directory myself.
I tried %SrcDir% instead of %FullPath% , but it didnt work.
**trying to save (input)text file to my default directory**
%ObjectText% = EditFieldObject[EditField1].GetText
%page1% = "button1=%ObjectText%&"
TextFile.Write ("%FullPath%\content.txt", "%page1%")
TextFile.InsertLine ("%FullPath%\content.txt", "end", -1)
http://www.flashwebtech.com
:confused:

