#include <iostream>
int main(int argc, char** argv)
{
std::cout << std::endl;
return 0;
}
static Path unique()
Get the unique filename in UUID format "00000000-0000-0000-0000-000000000000".
static Path initial()
Get the initial path of the process.
static Path home()
Get the home path of the process.
SpaceInfo space() const
Get the path space information.
static char separator() noexcept
Get the system path separator character ('\' for Windows or '/' for Unix)
static std::string deprecated()
Get filesystem deprecated characters ('\', '/', '?', '', '*', ':', '|', '"', '<', '>')
static Path temp()
Get the temporary path of the process.
static Path current()
Get the current path of the process.
static Path executable()
Get the executable path of the process.
Filesystem path definition.
uint64_t capacity
Total size of the filesystem, in bytes.
uint64_t free
Free space on the filesystem, in bytes.
uint64_t available
Free space available to a non-privileged process (may be equal or less than free)