ALBA
albaZipUtility.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaZipUtility
5 Authors: Matteo Giacomoni
6
7 Copyright (c) BIC
8 All rights reserved. See Copyright.txt or
9
10
11 This software is distributed WITHOUT ANY WARRANTY; without even
12 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 PURPOSE. See the above copyright notice for more information.
14
15=========================================================================*/
16
17#ifndef __albaZipUtility_h
18#define __albaZipUtility_h
19
20#include "albaDefines.h"
21#include <vector>
22
23class albaString;
24
27ALBA_EXPORT std::vector<albaString> ZIPOpen(albaString zipFile);
28
29#endif
ALBA_EXPORT std::vector< albaString > ZIPOpen(albaString zipFile)
extract the file archived in the zipFile in the directory where is placed the zip file.
albaString - performs common string operations on c-strings.
Definition: albaString.h:43