| [Overview][Constants][Types][Procedures and functions][Variables][Index] |
Gets the name for the current directory
Source position: lazfileutils.pas line 120
function GetCurrentDirUTF8: string; |
Name for the current directory
GetCurrentDirUTF8 is a String function used to get the name for the current directory in the local file system.
For UNIX-like enviroments, GetCurrentDir in SysUtils is called to get the current directory name.
| lazarus-ccr.sourceforge.net |