DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / 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.