Skip to content

Repository files navigation

realpath

Windows analogue of the Unix realpath(1) utility.

C++ Windows License GitHub release Last Commit CI

Table of Contents

Introduction

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

Installation

Detailed instructions - via CMake - are provided in the accompanying INSTALL.md file.

Components

The project creates a single executable program, realpath.

Examples

> realpath .
C:\Users\...\sistools\realpath

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on the realpath GitHub page.

Dependencies

realpath depends on:

  • STLSoft (1.11+; WinSTL, PlatformSTL);

Related projects

Other sistools projects include:

License

realpath is released under the 3-clause BSD license. See LICENSE for details.

About

Simple implementation of realpath for Windows (C++, STLSoft)

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages