Tfilename Struct Reference

Detailed Description

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

See Also
filename.h filename.c

Definition at line 248 of file filename.h.

Data Fields

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

Field Documentation

char* Tfilename::path

The path of the file.

Definition at line 249 of file filename.h.

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

char* Tfilename::name

The name of the file.

Definition at line 250 of file filename.h.

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

char* Tfilename::ext

The extension of the file.

Definition at line 251 of file filename.h.

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

char* Tfilename::baseName

The path plus the name.

Definition at line 252 of file filename.h.

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

char* Tfilename::fullName

The path plus the name plus the extension.

Definition at line 253 of file filename.h.

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