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

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

#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H

#include "Common/MyString.h"

bool GetProgramFolderPath(UString &folder); // normalized

#endif