Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

Tfilename Struct Reference

Data structure to hold the information about the name of a file. More...

#include <filename.h>

Data Fields

char * path
char * name
char * ext
char * baseName
char * fullName

Detailed Description

Data structure to hold the information about the name of a file.

See also:
filename.h filename.c

Definition at line 91 of file filename.h.


Field Documentation

The path of the file.

Definition at line 92 of file filename.h.

Referenced by CreateFileName(), DeleteFileName(), and GetFilePath().

The name of the file.

Definition at line 93 of file filename.h.

Referenced by CreateFileName(), DeleteFileName(), and GetFileName().

The extension of the file.

Definition at line 94 of file filename.h.

Referenced by CreateFileName(), DeleteFileName(), and GetFileExtension().

The path plus the name.

Definition at line 95 of file filename.h.

Referenced by CreateFileName(), and GetFileBaseName().

The path plus the name plus the extension.

Definition at line 96 of file filename.h.

Referenced by CreateFileName(), DeleteFileName(), and GetFileFullName().


The documentation for this struct was generated from the following file: