mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Reverted r815 and stopped changing the working directory for the plugins.
This commit is contained in:
@ -74,9 +74,7 @@ public:
|
||||
static OSPLATFORM GetOSPlatform();
|
||||
|
||||
static HMODULE RmLoadLibrary(LPCWSTR lpLibFileName, DWORD* dwError = NULL, bool ignoreErrors = false);
|
||||
|
||||
static void SetWorkingDirectory(const std::wstring& directory) { SetCurrentDirectory(directory.c_str()); }
|
||||
static void ResetWorkingDirectory() { SetWorkingDirectory(c_WorkingDirectory); }
|
||||
static void ResetWorkingDirectory();
|
||||
|
||||
static bool CopyFiles(const std::wstring& strFrom, const std::wstring& strTo, bool bMove = false);
|
||||
static bool RemoveFile(const std::wstring& file);
|
||||
|
Reference in New Issue
Block a user