Projects / getAbsPath

getAbsPath

getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) that converts relative Unix/Win32 paths to absolute ones. It uses the current working directory (CWD) as a basis. You can use it for tasks such as finding out the current path of a shell script.

Tags
Licenses
Operating Systems
Implementation
Translations

RSS Recent releases

  •  07 Sep 2004 06:53

No changes have been submitted for this release.

No changes have been submitted for this release.

RSS Recent comments

16 Sep 2004 03:48 stellwag

Re: Useless for UNIX?

> What's wrong with:

%

> For shell: set cwd_abs=`cd $1 &&

> pwd`

>

> For C: realpath(...)

This doesn't work for all operating systems!

07 Sep 2004 07:51 konmal

Useless for UNIX?
What's wrong with:

For shell: set cwd_abs=`cd $1 && pwd`

For C: realpath(...)

Screenshot

Project Spotlight

klish

A framework to implement custom command line interfaces (CLI).

Screenshot

Project Spotlight

schily

A set of tools for a variety of purposes.