Files
easy7zip/CPP/7zip/UI/FileManager/ProgramLocation.h
Igor Pavlov c99f3ebdd6 9.06 beta
2016-05-28 00:16:00 +01:00

11 lines
177 B
C
Executable File

// ProgramLocation.h
#ifndef __PROGRAM_LOCATION_H
#define __PROGRAM_LOCATION_H
#include "Common/MyString.h"
bool GetProgramFolderPath(UString &folder); // normalized
#endif