System Global Function CATSplitPath
All Frameworks Class Hierarchy This Framework Indexes
System Global Function CATSplitPath
void CATSplitPath( | const char* | iFullPath, |
| char* | oDir, |
| char* | oFileName) |
-
Slipts the absolute path of a file.
Role: Retrieves the file name and directory Name of a file, given
its full path.
- Parameters:
-
- iFullPath
- Absolute path of the file.
- oDir
- A pointer to the buffer where the path of the directory of the file
will be written. This buffer must be allocated by the caller.
- oFileName
- A pointer to the buffer where the name of the file
will be written. This buffer must be allocated by the caller.
This object is included in the file: CATLib.h
Copyright © 2003, Dassault Systèmes. All rights reserved.