DEBSOURCES
Skip Quicknav
sources / fpc / 2.4.0-2 / fpcdocs / refex / ex29.pp
12345678910
Program Example29; { Program to demonstrate the GetDir function. } Var S : String; begin GetDir (0,S); Writeln ('Current directory is : ',S); end.