Declaration:
void _ff_name(char ffblk[], char fname[]);
Description
Copies the name of the file found upon the function findfirst or findnext access to the fmane array. The ffblk parameter is the buffer filled with information on the file after the findfirst or findnext access. The file name does not contain the disk name or path.
Example
See function findfirst
|