4D v19IT_Decode | 
            |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
                 
                
    
    
                 | 
                
			
                    
                         
    4D v19
 
IT_Decode 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| IT_Decode ( fileName ; decodedFile ; decodeMode ) -> Funktionsergebnis | ||||||||
| Parameter | Typ | Beschreibung | ||||||
| fileName | Text | 
             
         | 
        LocalPath to an encoded file | |||||
| decodedFile | Text | 
             
         | 
        LocalPath file specification | |||||
             
         | 
        Path of decoded file | |||||||
| decodeMode | Ganzzahl | 
             
         | 
        Mac & Win: 1 = BinHex 2 = Base64 (Data fork only) 7 = UUEncode 8 = MacBinary; Mac only: 3 = AppleSingle 4 = AppleDouble 5 = AppleSingle AND Base64 6 = AppleDouble AND Base64  | 
        |||||
| Funktionsergebnis | Ganzzahl | 
             
         | 
        Error Code | |||||
The IT_Decode command decodes a file using the decodeMode specified. The specified file will not be altered and a decoded copy will be created.
fileName takes a full pathname specification to a file you want to decode.
decodedFile can be passed:
decodeMode identifies which decoding method to apply to the file. The default value is 1 for binhex decoding. Other methods are:
 
| Code | Scheme | Available on | 
| 1 | BinHex | Win & Mac | 
| 2 | Base64 (Data fork only) | Win & Mac | 
| 3 | AppleSingle | Mac | 
| 4 | AppleDouble | Mac | 
| 5 | AppleSingle and Base64 | Mac | 
| 6 | AppleDouble and Base64 | Mac | 
| 7 | UUEncode | Win & Mac | 
| 8 | MacBinary | Win & Mac | 
When decoding using AppleDouble (decodeModes 4 & 6), this command looks for a file named "%filename" for the resource fork.
	Produkt: 4D
	Thema: IC Utilities
	Nummer: 
        88909
        
        
        
	
	Geändert: 4D Internet Commands 6.8.1
	Geändert: 4D Internet Commands v16 R2
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D Internet Commands ( 4D v19)
	
	
Fehler melden