Re: file list as data
Re: file list as data
- Subject: Re: file list as data
- From: "koenig.yvan" <email@hidden>
- Date: Wed, 23 Jul 2014 18:41:26 +0200
I must apologize, I posted the wrong code. Here is what I ran with perfect result :
set p2d to path to documents folder as text tell application "System Events" set myMoviesfolder to folder (p2d & "dossier sans titre:") set myMoviesList to path of files of myMoviesfolder end tell
set thePosixFileList to {} repeat with movieFile in myMoviesList set thePath to POSIX path of movieFile set posixFile to POSIX file thePath set end of thePosixFileList to posixFile end repeat thePosixFileList
Yvan KOENIG (VALLAURIS, France) mercredi 23 juillet 2014 18:41:14
|
_______________________________________________
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