Published December 5, 2021
| Version v2.4.1
Software
Open
Fortran Pathlib
Authors/Creators
Description
- create API.md document, to avoid huge README
- correct is_dir for windows GCC, to be correct
- add is_symlink for POSIX-only for now
Except for the new is_symlink(), all of fortran-pathlib is OS-agnostic and also completely works with Intel/GCC (or other future Fortran 2008 compilers).
For is_symlink(), extra work would be needed for Windows to handle symlinks.
- name surrogate reparse point IO_REPARSE_TAG_SYMLINK
- directory junction IO_REPARSE_TAG_MOUNT_POINT
C stdlib lstat() does not exist on Windows even with MinGW. C++ Boost and Python os.stat have implemented symlinks on Windows.
Files
scivision/fortran-pathlib-v2.4.1.zip
Files
(50.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:c0582a62136eb2a755356d6c00a3b6c3
|
50.3 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scivision/fortran-pathlib/tree/v2.4.1 (URL)