12 std::filesystem::path filePath;
14 std::ios_base::openmode mode;
15 bool isNotifyOnDestruction;
18 FileHandle(
const std::filesystem::path& filePath, std::ios_base::openmode mode);
29 uint64_t getFileSize()
const;
31 const std::filesystem::path& getPathToFile()
const;
33 std::filesystem::path getFileName()
const;