Returns the current working directory. Works like SysUtils.GetCurrentDir, but disables WOW64 redirection.
class function GetCurrentDir: String; static;
String: The current working directory
roth/author>
Jam.Shell.PathUtils.TPathUtils