mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 16:31:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| Program Example47;
 | |
| 
 | |
| { This program demonstrates the SetDirSeparators function }
 | |
| 
 | |
| Uses sysutils;
 | |
| 
 | |
| Begin
 | |
|   Writeln (SetDirSeparators('/pp\bin/win32\ppc386'));
 | |
| End. | 
