/*
5 * Authors: see git history
7 * Copyright (C) 2016 Authors
8 * Released under GNU GPL v2+, read the file
'COPYING' for more information.
10#ifndef SEEN_DIR_UTIL_H
11#define SEEN_DIR_UTIL_H
char * inkscape_abs2rel(char const *path, char const *base, char *result, size_t const size)
char const * sp_extension_from_path(char const *path)
std::string sp_relative_path_from_path(std::string const &path, std::string const &base)
Returns a form of path relative to base if that is easy to construct (eg if path appears to be in the...
char * prepend_current_dir_if_relative(char const *filename)
char * inkscape_rel2abs(char const *path, char const *base, char *result, size_t const size)
Convert a relative path name into absolute.