Cos'è l'estensione .apple?

3

Che cos'è l'estensione .apple? Sto recuperando alcuni file e ho recuperato diversi file con l'estensione .apple.

    
posta daviesgeek 04.08.2011 - 20:48
fonte

2 risposte

2

Che cosa indica il comando del terminale file f0009024.apple sui file.

È altamente improbabile che siano troncati file Apple Single o Apple Double , ma questa è l'unica ipotesi che ho al momento .

    
risposta data 04.08.2011 - 22:49
fonte
0

Per decodificare AppleDouble, prova questo AppleScript

on run   
    tell application "Decode AppleFile"
        activate
        set outputFile to decode file "Macintosh HD:Desktop Folder:encoded:SomeFile.hqx"
        -- set outputFile to decode file "Macintosh HD:encoded:%aFile" data fork file "Macintosh HD:encoded:aFile"   end tell   tell application "Finder"
        activate
        select outputFile
        move selection to folder "Macintosh HD:decoded"   
    end tell 
end run
    
risposta data 06.06.2017 - 11:02
fonte

Leggi altre domande sui tag