Static Public Member Functions | Static Private Attributes

cmtk::MountPoints Class Reference
[cmtkSystem Library]

Directory translation. More...

#include <cmtkMountPoints.h>

List of all members.

Static Public Member Functions

static const char * Translate (const char *path)
 Perform directory substitutions.

Static Private Attributes

static char Buffer [PATH_MAX]
 Static buffer holding paths after pattern substitution.

Detailed Description

Directory translation.

This class implements a translation for file system paths. This is used to dynamically change references to the file system when using data from one system on another without changing the actual files. This is useful, for example, when reading cross-referenced files from a CDROM on several machines with different CD mount points. It is also useful for exchanging files containing paths between Unix and Windows systems.

Definition at line 75 of file cmtkMountPoints.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines