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