Search results for 'Working Directory'. 1 post(s) found.

  1. 2009/09/03 Delphi API to get the current working directory
2009/09/03 16:03

Delphi API to get the current working directory


You can get the current Working Directory information by GetCurrentDir function.

Following is the usage example:
var
  m_curdir:string

.
.
.

m_curdir := GetCurrentDir;

Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.