AS_text_export ( text ; thePath ; append_text )
create text file (Apple OS X only)
Average rating: 4.6 (15 votes) Log in to vote
Thomas Siebert - Show more from this author
http://www.t-seabird.de |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
create a text file
text = a text string or text field
thePath = standard POSIX path or a common FileMaker path
append_text = if 1 or true: append text to already existing text file
The script removes prefixes like "filemac:" or the name of the start volume like "/Macintosh HD/" from the path automatically.
Use the ScriptStep "Perform AppleScript" using the option "Calculated AppleScript"
You also shall use "Perform AppleScript" directly from a button.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.