System Global Function CATSplitPath
CATSplitPath( | const | iFullPath, |
| | oDir, |
| | 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 © 1999-2015, Dassault Systèmes. All rights reserved.