Xteink-X4-crosspoint-reader/lib/Epub/Epub/FsHelpers.h
Dave Allie 69f357998e
Move to smart pointers and split out ParsedText class (#6)
* Move to smart pointers and split out ParsedText class

* Cleanup ParsedText

* Fix clearCache functions and clear section cache if page load fails

* Bump Page and Section file versions

* Combine removeDir implementations in Epub

* Adjust screen margins
2025-12-12 22:13:34 +11:00

7 lines
87 B
C++

#pragma once
class FsHelpers {
public:
static bool removeDir(const char* path);
};