mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
11 lines
166 B
C
Executable File
11 lines
166 B
C
Executable File
// WorkDir.h
|
|
|
|
#ifndef __WORKDIR_H
|
|
#define __WORKDIR_H
|
|
|
|
#include "ZipRegistry.h"
|
|
|
|
UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path);
|
|
|
|
#endif
|