ex47.pp 161 B

123456789
  1. Program Example47;
  2. { This program demonstrates the SetDirSeparators function }
  3. Uses sysutils;
  4. Begin
  5. Writeln (SetDirSeparators('/pp\bin/win32\ppc386'));
  6. End.