Published November 5, 2023
| Version v5.1.0
Software
Open
Fortran filesystem
Authors/Creators
Description
For performance & robustness, use C++17 std::string_view for C++ inputs generally. This is generally better than const std::string&.
add set_cwd() function which is just like chdir()
Make get_homedir, used by expanduser, canonical, etc. use backup methods if env var HOME or USERPROFILE isn't set.
as_posix() isn't implicitly used by canonical and similar anymore. The user is responsible to use appropriate escaping and file separators.
Files
scivision/fortran-filesystem-v5.1.0.zip
Files
(93.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1fcdb14412eb0d0cee0996357c6d65f2
|
93.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/scivision/fortran-filesystem/tree/v5.1.0 (URL)