git_index_path

Get the full path to the index file on disk.

extern (C) nothrow @nogc
const(char)*
git_index_path

Parameters

index const(libgit2_d.types.git_index)*

an existing index object

Return Value

Type: const(char)*

path to index file or null for in-memory index

Meta