Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
foldersize.hpp
Go to the documentation of this file.
1
//
2
// Created by kj16609 on 3/27/23.
3
//
4
5
#pragma once
6
#ifndef ATLAS_FOLDERSIZE_HPP
7
#define ATLAS_FOLDERSIZE_HPP
8
9
#include <filesystem>
10
11
class
FileScanner;
12
13
namespace
atlas::utils
14
{
15
17
std::size_t
folderSize
( FileScanner& folder );
18
19
std::size_t
folderSize
(
const
std::filesystem::path& path );
20
}
// namespace atlas::utils
21
22
#endif
//ATLAS_FOLDERSIZE_HPP
atlas::utils
Definition
engineDetection.hpp:15
atlas::utils::folderSize
std::size_t folderSize(FileScanner &folder)
Returns the byte size of a folder.
Definition
foldersize.cpp:15
atlas
core
utils
foldersize.hpp
Generated by
1.13.2