DEBSOURCES
Skip Quicknav
sources / fpc / 3.0.4%2Bdfsg-22 / fpcdocs / unixex / ex45.pp
123456789
Program Example45; { Program to demonstrate the FExpand function. } Uses Unix; begin Writeln ('This program is in : ',FExpand(Paramstr(0))); end.