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: 8a8dcf7db75df504c0b4219b7e8c94d3b8460f01 (plain)
1
2
3
4
5
6
7
8
9
10
// ProgramLocation.h

#ifndef __PROGRAMLOCATION_H
#define __PROGRAMLOCATION_H

#include "Common/String.h"

bool GetProgramFolderPath(UString &folder); // normalized

#endif