cppfs
cppfs copied to clipboard
Cross-platform C++ file system library supporting multiple backends
Hi! First off, thanks for providing and maintaining this library! I noticed that GoogleTests is checked in as a part of the source and I'd like to suggest that CMake's...
A cross-platform file locking feature would be nice to have in this lib :)
The ubunu ppa package is missing static library. Is this intentional? If not, can it be made part of libcppfs-dev package?
Added support for UTF-8 strings into windows part of the code: - cmake project now has an option OPTION_WINDOWS_UTF8 default ON to enable this feature, if set to OFF then...