ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.GetCurrentDir

Returns the current working directory. Works like SysUtils.GetCurrentDir, but disables WOW64 redirection.

Syntax
Pascal
class function GetCurrentDir: String; static;

String: The current working directory

roth/author>