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 299 of file filename.h.

Data Fields

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

Field Documentation

◆ path

char* Tfilename::path

The path of the file.

Definition at line 300 of file filename.h.

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

◆ name

char* Tfilename::name

The name of the file.

Definition at line 301 of file filename.h.

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

◆ ext

char* Tfilename::ext

The extension of the file.

Definition at line 302 of file filename.h.

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

◆ baseName

char* Tfilename::baseName

The path plus the name.

Definition at line 303 of file filename.h.

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

◆ fullName

char* Tfilename::fullName

The path plus the name plus the extension.

Definition at line 304 of file filename.h.

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