|
muteki
|
All-in-one struct that contain all parts used in _afnsplit() and _afnmerge() More...
#include <fs.h>
Data Fields | |
| char | pathname [FNSPLIT_DOS_PATHNAME_MAX] |
| Pathname. | |
| char | drive [FNSPLIT_DOS_DRIVE_MAX] |
| Drive. | |
| char | dirname [FNSPLIT_DOS_DIRNAME_MAX] |
| Directory name. | |
| char | basename [FNSPLIT_DOS_BASENAME_MAX] |
| Base name without suffix. | |
| char | suffix [FNSPLIT_DOS_SUFFIX_MAX] |
| Suffix. | |
All-in-one struct that contain all parts used in _afnsplit() and _afnmerge()