// For every path element this function checks of it exists, and is a directory, // and normalizes it: // 1. For regular path it converts it to realpath() // 2. For path in a zip file it uses realpath on the zipfile // normalizes entry name by calling normalize_path function. void resolve_paths(std::vector<std::string>& paths,
std::vector<std::string>* resolved_paths); // Resolve a single path. Return empty string when the path is invalid or can't // be resolved.
std::string resolve_path(const std::string& path);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.