cppfs icon indicating copy to clipboard operation
cppfs copied to clipboard

Cross-platform C++ file system library supporting multiple backends

Results 14 cppfs issues
Sort by recently updated
recently updated
newest added

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?

decision required

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...