Skip to content

Commit 0a3b6f1

Browse files
committed
Remove mentions of temp_directory_path from the README
1 parent dc38fcb commit 0a3b6f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ When developing applications with long uptimes, such as server software, the man
1414

1515
To address this challenge, this library provides functionality for creating temporary files and directories that are automatically deleted as soon as the application finishes using them. This ensures efficient resource management and prevents unnecessary clutter. Even in the event of a crash, the system will eventually clean up any temporary files created by this library, ensuring a seamless user experience and optimal performance.
1616

17-
The location of temporary files generated by this library is determined by the `std::filesystem::temp_directory_path` function.
18-
1917
This library has been tested on:
2018
- macOS
2119
- Linux systems (e.g. Ubuntu Linux, Arch Linux, etc.)

0 commit comments

Comments
 (0)