Etterna
0.74.4
Loading...
Searching...
No Matches
src
archutils
Win32
GetFileInformation.h
1
/* Windows-specific file helpers. */
2
3
#ifndef GET_FILE_INFORMATION_H
4
#define GET_FILE_INFORMATION_H
5
6
bool
7
GetFileVersion(
const
std::string& fsFile, std::string& sOut);
8
std::string
9
FindSystemFile(
const
std::string& sFile);
10
bool
11
GetProcessFileName(uint32_t iProcessID, std::string& sName);
12
13
#endif
Generated by
1.9.8