Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WorkDir.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0643d67a43b1fbbe3f69bd924be2e29ce1a9815b (plain)
1
2
3
4
5
6
7
8
9
10
// WorkDir.h

#ifndef __WORKDIR_H
#define __WORKDIR_H

#include "ZipRegistry.h"

UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path);

#endif