Skip to content

bkloppenborg/pathfind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathFind

A C++ library for finding the path to the current executable on Windows, Apple/OSX, and Linux. Licensed under LGPL-V3.

Build and install instructions:

cd build
cmake ..
make
make install

Example usage:

#include <iostream>
#include <pathfind.hpp>

int main()
{
	std::cout << PathFind::FindExecutable() << std::endl;
	return 0;
}

About

C++ library for finding the path of the current executable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published