summaryrefslogtreecommitdiff
path: root/fpcdocs/sysutex/ex47.pp
blob: e11f0e21fd07f26951d2b7d110f8a114079a7f61 (plain)
1
2
3
4
5
6
7
8
9
Program Example47;

{ This program demonstrates the SetDirSeparators function }

Uses sysutils;

Begin
  Writeln (SetDirSeparators('/pp\bin/win32\ppc386'));
End.