The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.)

This commit is contained in:
Alex Szpakowski
2015-05-04 10:38:28 -03:00
parent 60e8cc24bf
commit 811b2db466
12 changed files with 113 additions and 10 deletions
+5
View File
@@ -252,6 +252,11 @@ public:
**/
virtual bool isRealDirectory(const std::string &path) const;
/**
* Gets the full platform-dependent path to the executable.
**/
virtual std::string getExecutablePath() const;
}; // Filesystem
} // filesystem