Windows analogue of the Unix realpath(1) utility.
realpath is a small, standalone Windows utility that prints the absolute path of a given (possibly relative) path, implemented in terms of the STLSoft / WinSTL libraries. It is a Windows-only analogue of Unix realpath(1).
Detailed instructions - via CMake - are provided in the accompanying INSTALL.md file.
The project creates a single executable program, realpath.
> realpath .
C:\Users\...\sistools\realpathDefect reports, feature requests, and pull requests are welcome on the realpath GitHub page.
realpath depends on:
- STLSoft (1.11+; WinSTL, PlatformSTL);
Other sistools projects include:
- chomp;
- errni (errno on all platforms, and also GetLastError codes on Windows);
- lnunique;
- lslocales;
- lstrip;
- mksock (Unix-only);
- ReadDebugString (Windows-only);
- rstrip;
- WriteDebugString (Windows-only);
realpath is released under the 3-clause BSD license. See LICENSE for details.