Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
atlas::utils Namespace Reference

Classes

struct  FileInfo
 
class  FileScanner
 
struct  FileScannerGenerator
 

Functions

FileScannerGenerator scan_files (const std::filesystem::path path)
 
std::size_t folderSize (FileScanner &folder)
 Returns the byte size of a folder.
 
std::size_t folderSize (const std::filesystem::path &path)
 

Function Documentation

◆ folderSize() [1/2]

std::size_t atlas::utils::folderSize ( const std::filesystem::path & path)

◆ folderSize() [2/2]

std::size_t atlas::utils::folderSize ( FileScanner & folder)

Returns the byte size of a folder.

◆ scan_files()

FileScannerGenerator atlas::utils::scan_files ( const std::filesystem::path path)