func X3.EN_FILE_UNZIP(Clbfile PATH_FILE_ZIP_IN, Clbfile DESTINATION_PATH_IN, Char INCLUSIONS_FILTER_IN, Char EXCLUSIONS_FILTER_IN, Tinyint SUBSREP_IN, Char PASS_IN) : Integer
Example

func X3.EN_FILE_UNZIP(filpath('tmp','SVG','zip'), filpath('SVG','',''), "*.dat", "SORDER*", 1, "Radiohead")
Unzip the files found in the SVG.zip file to the SVG save directory of the current folder keeping only .dat files and except those starting with SORDER with subdirectories thanks to a password