previous up next     contents index
Next: Files Up: Filesystem Utilities Previous: Filesystem Utilities

Pathnames

 

  File and directory paths are specified as strings. Since the syntax for pathnames can vary across platforms (e.g., under Unix, directories are separated by ``/'' while the Mac uses ``:''), MzScheme provides tools for portably constructing and deconstructing pathnames.

  Most MzScheme primitives that take pathnames perform an expansion on the pathname before using it. Under Unix, a user directory specification using `` tex2html_wrap_inline6770 '' is expanded. Under MacOS, file and folder aliases are resolved to real pathnames. Procedures that build paths or merely check the form of a pathname do not perform this expansion.


previous up next     contents index
Next: Files Up: Filesystem Utilities Previous: Filesystem Utilities

PLT