Re: What's the use of class furl?
Re: What's the use of class furl?
- Subject: Re: What's the use of class furl?
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 29 Jul 2008 18:27:56 +0200
Le 29 juil. 2008 à 16:02, Emile Schwarz a écrit :
«class furl»
Hello Emile.
tell application "Finder"
set c_furl to the clipboard
end tell
returns #X6409.jpg"
tell application "Finder"
set c_furl to the clipboard as «class hfs »
end tell
returns «data hfs
00000000000000000400FF950000C8680A2358363430392E6A70670003E8FFFFFFFF5555
55550202DD60A07C416000000001907E83E49081C7D000000000000000D506BBE6300000
00000202DD400000»
tell application "Finder"
set c_furl to the clipboard as «class utf8»
end tell
returns "#X6409.jpg"
With 10.4.11
tell application "Finder"
set c_furl to the clipboard as «class utf16»
end tell
doesn't compile
tell application "Finder"
set c_furl to the clipboard as picture
end tell
returns «data
PICT09D00000000000200020001102FF0C00FFFE00000048000000480000000000000020
002000000000001E0001000A0000000000200020009B000000FF80800000000000200020
000000040000000000480000004800000010002000030008000000000000000000000000
000000000020002000000000002000200000000A00040000001C002002A10002A10002A1
0002A10060411C1B10101110100C0A1A313C3B4E3B57614F4D49393E485F6A74707C827B
C7C411110D0E0E0D0C0A08101B1D1D1C1721201618131112192736393A434748DAD70A0D
FD09190A09080B14100F09040C0900050100000214222A343A3947ECED6142190F141211
0F0A0E0F2B4D4F514C4B7073656F746D706C6D7685777F8482D4D1110E0F0D0D0C0A0C0F
1D2 …
tell application "Finder"
set c_furl to the clipboard as «class icns»
end tell
returns «data
icns69636E730000E4F9696373230000004800000000FFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFF000000006963733800000108FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFEFEFEFEAC89DD898989895E88642AFEB3B3898989
DE89896565885E5E5D2489B3DD8989898981F8FA4F5D5D5D5C88FEB3DDDD8989894FFDFE
FD825D5D56ACDDDDB3898989FFFFFFFFFFFE00565588DF89898989AD7AFDFFFFFFFE2B56
F782DEDE89DEB3DFAC81FAFFACF8F556F755FEB3DFB3B3B3FBFB8181F656F756F700FEDE
B3B3DEB382FCFC81554F56F8F800DFB3B3B3A1A1A1A7FCFC82F956F8F856B3B3B3A7A7AD
A1DF75DE4A82252525ABDEDEDEDEB3B3AD7C4 …
and, last not least,
tell application "Finder"
set c_furl to the clipboard as «class furl»
end tell
returns file "Western 4:Tout Gerbino:pour ebay:
088_X6406à6411ƒ:#X6409.jpg"
Yvan KOENIG (from FRANCE mardi 29 juillet 2008 18:27:51) _______________________________________________
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