Re: Difficulty Opening a Text File in BBEdit
Re: Difficulty Opening a Text File in BBEdit
- Subject: Re: Difficulty Opening a Text File in BBEdit
- From: Doug McNutt <email@hidden>
- Date: Tue, 27 Aug 2002 12:51:23 -0600
At 14:16 -0400 8/27/02, Sean Mills wrote:
>
set logPath to (path to preferences as string) & "log.txt"
my AOL/IM logs are in :System Folder:Preferences:AOL Instant Messenger (SM):Users:Doug:Logs:** Log
Are you sure you're getting the right file?
display dialog logPath
>
tell application "Finder"
>
set logCopy to duplicate alias logPath to (path to desktop) replacing yes
>
end tell
display dialog ( logCopy as string)
>
tell application "BBEdit 6.1"
>
open logCopy
>
end tell
--
--> If you are presented a number as a percentage, and you do not clearly understand the numerator and the denominator involved, you are surely being lied to. <--
_______________________________________________
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.