fpc/docs/sysutex/ex47.pp
1999-05-16 20:06:44 +00:00

9 lines
161 B
ObjectPascal

Program Example47;
{ This program demonstrates the SetDirSeparators function }
Uses sysutils;
Begin
Writeln (SetDirSeparators('/pp\bin/win32\ppc386'));
End.