Re: creating a file within a folder etc...
Re: creating a file within a folder etc...
- Subject: Re: creating a file within a folder etc...
- From: Michelle Steiner <email@hidden>
- Date: Mon, 21 Feb 2011 07:19:07 -0700
Which line of the script generates the error? Also, do you have an English-based system to try it on?
-- Michelle On Feb 21, 2011, at 2:18 AM, KOENIG Yvan wrote: Here is my first pass at it.
set project_location to choose folder display dialog "Enter the name of the folder to be created" default answer "" set project_name to text returned of the result
tell application "Finder" set project_folders to make folder at project_location with properties {name:project_name} end tell
set parameters_data to "whatever"
set parameters to open for access file ((project_folders as text) & "parameters.txt") with write permission write parameters_data to parameters close access parameters
hello
May you help ?
When I run this huge script :
display dialog
I get the error :
error "Il est impossible de rendre current application en type string." number -1700 from application "AppleScript Editor" to string
I'm unable to guess what may be wrong.
-- SNAFU is not just a saying; it's how things really are.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden