Post

Replies

Boosts

Views

Activity

How to create a text file in Apple Script?
`set theName to text returned of (display dialog "Please, enter name of your file:" default answer "" with icon note buttons {"Cancel", "Continue"} default button "Continue") set New_script_path to "/Users/" & theUser & "/Library/Application Support/GD Saver/Scripts/" & theName & ".txt" --I need to create a text file in New_script_path
2
0
977
May ’22