<< rows Basic functions search_cte >>

Grocer >> Basic functions > sci_unzip

sci_unzip

unzip a zipped file

CALLING SEQUENCE

[rep,stat,err]=sci_unzip(zipfile,dir_out)

PARAMETERS

Input

* zipfile = the whole address of the zip file to unzip

* dir_out = the directory where to locate the unzipped files

 

Output

* rep = a column vector of character strings (standard output)

* stat = an integer, the error status. stat = 0 if no error occurred

* err = a column vector of character strings (standard error)

DESCRIPTION

unzip a file from Scilab.

EXAMPLE

sci_unzip(GROCERDIR+'\data\bdhenderic.zip',GROCERDIR+'\tmp')
// unzip the file bdhenderic.zip in the data folder in Grocer distribution into the folder tmp in Grocer distribution

AUTHOR

Éric Dubois 2014

Report an issue
<< rows Basic functions search_cte >>