All Frameworks  Class Hierarchy  This Framework  Indexes

System Global Function CATMakePath


void CATMakePath( const char* iDir,
const char* iFileName,
char* oFullpath)
Constructs the absolute Path of a file.
Role: Constructs the absolute Path of a file, given its name and the path of its directory.
Parameters:
iDir
Specifies the path of the directory of the file.
iFileName
Specifies the name of the file.
oFullpath
A pointer to the buffer where the absolute full path of the file will be written. The buffer must be allocated by the caller.

This object is included in the file: CATLib.h

Copyright © 2003, Dassault Systèmes. All rights reserved.