| 
 
 
 | 
Unpacks a tar file to a specified directory.
 
Syntax
tar_extract( file, file_loc, dir, dir_loc ) 
Returns 1 on success 0 on failure 
- file = the path and file name
 
- tar_location = source 'data' or 'script'
 
- dir = destination directory to extract the tar file to
 
- dir_location = destination 'data' or 'script'
 
 
 | 
 
 
 
 
    
    
    
    
    
    
User Annotations: 
tar_extract
 
 
 
 
 
 |