Skip to content

File uploader.cpp

FileList > demo-projets > jaculus > main > util > uploader.cpp

Go to the source code of this file.

  • #include "uploader.h"
  • #include <fstream>
  • #include <memory>
  • #include <string>
  • #include <filesystem>
  • #include <dirent.h>
  • #include <optional>

Public Functions

Type Name
bool deleteDir (std::string path)
std::optional< std::pair< std::vector< std::string >, size_t > > listDir (std::string path)

Public Functions Documentation

function deleteDir

bool deleteDir (
    std::string path
) 

function listDir

std::optional< std::pair< std::vector< std::string >, size_t > > listDir (
    std::string path
) 

The documentation for this class was generated from the following file demo-projets/jaculus/main/util/uploader.cpp