Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

vul_expand_path.h File Reference


Detailed Description

Contains two functions to compute expanded form of a given path.

Given a path in the file system, compute an expanded form. An expanded path is one which does not

The result of each query is cached so that a subsequent query on the same path will be much faster and will not involve any system calls.

Author:
fsm
   Modifications
   PDA (Manchester) 21/03/2001: Tidied up the documentation
   Peter Vanroose   27/05/2001: Corrected the documentation
   

Definition in file vul_expand_path.h.

#include <vcl_string.h>

Go to the source code of this file.

Functions

vcl_string vul_expand_path (vcl_string path)
 Expand given path.
vcl_string vul_expand_path_uncached (vcl_string path)
 Expand given path.


Function Documentation

vcl_string vul_expand_path vcl_string  path  ) 
 

Expand given path.

Definition at line 253 of file vul_expand_path.cxx.

vcl_string vul_expand_path_uncached vcl_string  path  ) 
 

Expand given path.

Definition at line 272 of file vul_expand_path.cxx.


Generated on Thu Jan 10 14:41:00 2008 for core/vul by  doxygen 1.4.4