Relative Content

Tag Archive for applescript

Applescript error, error in on message received

on write_to_file(this_data, target_file, append_data) — (string, file path as string, boolean) try set the target_file to the target_file as text set the open_target_file to ¬ open for access file target_file with write permission if append_data is false then ¬ set eof of the open_target_file to 0 write this_data to the open_target_file starting at eof close […]