fpc/docs/unixex/ex45.pp
2004-10-22 21:57:33 +00:00

10 lines
151 B
ObjectPascal

Program Example45;
{ Program to demonstrate the FExpand function. }
Uses Unix;
begin
Writeln ('This program is in : ',FExpand(Paramstr(0)));
end.