| 
									
										
										
										
											1998-07-23 17:55:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-08-10 18:40:22 +00:00
										 |  |  | \section{\module{macpath} --- | 
					
						
							| 
									
										
										
										
											1999-02-01 20:19:38 +00:00
										 |  |  |          MacOS path manipulation functions} | 
					
						
							| 
									
										
										
										
											1998-07-23 17:55:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-02 16:37:17 +00:00
										 |  |  | \declaremodule{standard}{macpath} | 
					
						
							|  |  |  | % Could be labeled \platform{Mac}, but the module should work anywhere and
 | 
					
						
							|  |  |  | % is distributed with the standard library.
 | 
					
						
							| 
									
										
										
										
											1998-07-23 17:55:31 +00:00
										 |  |  | \modulesynopsis{MacOS path manipulation functions.} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-02-18 15:21:26 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-02-13 22:50:04 +00:00
										 |  |  | This module is the Mac OS 9 (and earlier) implementation of the \module{os.path} | 
					
						
							|  |  |  | module. It can be used to manipulate old-style Macintosh pathnames on Mac OS | 
					
						
							|  |  |  | X (or any other platform). | 
					
						
							|  |  |  | Refer to the | 
					
						
							| 
									
										
										
										
											1999-11-10 16:13:25 +00:00
										 |  |  | \citetitle[../lib/lib.html]{Python Library Reference} for | 
					
						
							|  |  |  | documentation of \module{os.path}. | 
					
						
							| 
									
										
										
										
											1994-01-02 01:22:07 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | The following functions are available in this module: | 
					
						
							| 
									
										
										
										
											1998-02-18 15:21:26 +00:00
										 |  |  | \function{normcase()}, | 
					
						
							|  |  |  | \function{normpath()}, | 
					
						
							|  |  |  | \function{isabs()}, | 
					
						
							|  |  |  | \function{join()}, | 
					
						
							|  |  |  | \function{split()}, | 
					
						
							|  |  |  | \function{isdir()}, | 
					
						
							|  |  |  | \function{isfile()}, | 
					
						
							|  |  |  | \function{walk()}, | 
					
						
							|  |  |  | \function{exists()}. | 
					
						
							| 
									
										
										
										
											1999-02-01 20:19:38 +00:00
										 |  |  | For other functions available in \module{os.path} dummy counterparts | 
					
						
							| 
									
										
										
										
											1996-07-21 02:20:58 +00:00
										 |  |  | are available. |