Struct FileCreationResult

Struct Documentation

struct FileCreationResult

Result of file creation operation Contains counts of actually created and skipped files.

Public Functions

inline FileCreationResult()

Public Members

size_t created_count

Number of files actually created.

size_t skipped_count

Number of files skipped (already existed)

std::string error_msg

Error message if operation failed.

bool success

True if operation completed without errors.