3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

Issue 608 Provide better reasoning in the log for failures to write to file system #660

Closed sbanethia closed 6 months ago

sbanethia commented 8 months ago

…to file system

Added functions to check the file writing permissions and also check the free disk size before writing the file on the disk.

This fixes #608

Description

Added functions to check the file writing permission and also to check if the size on the disk is free or not to get proper error descriptions in the log.