SkillAgentSearch skills...

Pathfind

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

Install / Use

/learn @bkloppenborg/Pathfind
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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;
}

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated8mo ago
Forks5

Languages

C++

Security Score

77/100

Audited on Jul 31, 2025

No findings