TraceX
 
Loading...
Searching...
No Matches
FileUtils Class Reference

#include <FileUtils.h>

Static Public Member Functions

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
 

Member Function Documentation

◆ 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
Here is the caller graph for this function:

◆ 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
Here is the caller graph for this function:

◆ 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
Here is the caller graph for this function:

◆ 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
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: