Posts

Post marked as solved
2 Replies
229 Views
I have path /private/tmp/test.txt, need to convert it into POSIX file (I need just convert "/private/tmp/test .txt" to "StartUpDisk:private:var:tmp:test.txt)". Can I do it? Thanks :) It's application, written on AppleScript using Script Editor
Posted
by Xenon_MXL.
Last updated
.
Post not yet marked as solved
2 Replies
202 Views
`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
Posted
by Xenon_MXL.
Last updated
.