[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'LazFileUtils' (#lazutils)

GetCurrentDirUTF8

Gets the name for the current directory

Declaration

Source position: lazfileutils.pas line 120

function GetCurrentDirUTF8: string;

Function result

Name for the current directory

Description

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.