Fortran filesystem
Authors/Creators
Description
Generally use C99 functions except for functions directly using C++17 <filesystem> functions. This improves internal quality and maintenance by deduplicating code between C and C++ interfaces. We also broke up the source code into more internal source files for readability and IWYU clarity.
added functions fs_is_optimized() fs_cpu_arch() fs_is_android()
added optional "ok" argument to Fortran call touch(file, ok) and had touch() check that file is created--on Windows CI for example, touch would succeed, but the file wasn't actually created.
Files
scivision/fortran-filesystem-v5.7.0.zip
Files
(173.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e49adac95f581931a8874bf789445538
|
173.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/scivision/fortran-filesystem/tree/v5.7.0 (URL)