Re: writing data to a file
Re: writing data to a file
- Subject: Re: writing data to a file
- From: Shane Stanley <email@hidden>
- Date: Thu, 02 May 2002 08:19:07 +1000
On 2/5/02 5:28 AM +1000, Wesley Alan Wright, email@hidden, wrote:
>
I am having similar problems trying to append info to an existing
>
file, AppleScript 1.8, MacOS 10.1.4. Code is as follows:
>
>
set linefeed to ASCII character 10
>
set profile to "/private/etc/CiscoSystemsVPNClient/Profiles/uvm.pcf"
>
set profilePOSIX to POSIX path of profile
That last line should be:
set profilePOSIX to POSIX file profile
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.