#include <FileUtils.h>
|
| static std::string | CreateCopy (const std::string &FilePath) |
| | CreateCopy : Crée le path d'une copie d'un fichier.
|
| |
| static std::string | CreateZipFolder (const std::string &FilePathCopy) |
| | CreateZipFolder Crée le path du dossier zip du fichier copie.
|
| |
| static std::string | ExtractXmlFolder (const std::string &FilePath) |
| | ExtractXmlFolder.
|
| |
| static void | delete_extra (std::string &path) |
| | delete_extra : supprime les fichiers, dossiers inutiles créés
|
| |
◆ CreateCopy()
| std::string FileUtils::CreateCopy |
( |
const std::string & | FilePath | ) |
|
|
static |
CreateCopy : Crée le path d'une copie d'un fichier.
- Parameters
-
| FilePath | : le chemin d'accès d'un fichier |
- Returns
- le chemin d'accès de la copie
- Author
- Malek
◆ CreateZipFolder()
| std::string FileUtils::CreateZipFolder |
( |
const std::string & | FilePathCopy | ) |
|
|
static |
CreateZipFolder Crée le path du dossier zip du fichier copie.
- Parameters
-
| FilePathCopy | : le chemin d'accès du fichier copie |
- Returns
- le path du dossier zip du fichier copie
- Author
- malek
◆ delete_extra()
| void FileUtils::delete_extra |
( |
std::string & | path | ) |
|
|
static |
delete_extra : supprime les fichiers, dossiers inutiles créés
- Parameters
-
| path | : le chemin d'accès du dossier contenant les fichiers xml |
- Author
- malek
◆ ExtractXmlFolder()
| std::string FileUtils::ExtractXmlFolder |
( |
const std::string & | FilePath | ) |
|
|
static |
ExtractXmlFolder.
- Parameters
-
| FilePath | : le chemin d'accès d'un fichier word ou excel |
- Returns
- le dossier contenant les fichiers xml d'un fichier dont le path est FilePath
- Author
- malek
The documentation for this class was generated from the following files: