Re: Spaces in file paths under OS X
Re: Spaces in file paths under OS X
- Subject: Re: Spaces in file paths under OS X
- From: John Delacour <email@hidden>
- Date: Fri, 20 Sep 2002 16:32:07 +0100
At 10:29 am +0400 20/9/02, Kirill Kortchagin wrote:
On executing next command:
do shell script "rm /Users/ahapupok/Library/Preferences/Application
Support/some_file_name"
I got an error sounds like:
File or folder not found "/Users/ahapupok/Library/Preferences/Application"
Quote the pathname: '.../my folder/...'
or
escape the spaces: do shell script "rm .../my\\ folder/..."
JD
_______________________________________________
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.