Storage_CopyFile() is only used within Demonstrations.
 
Symbols
loading...
Files
loading...

Storage_CopyFile() function

Copy file BmpName1 to BmpName2

Syntax

uint32_t Storage_CopyFile(const char *BmpName1,     const char *BmpName2);
Implemented in fatfs_storage.c:115

Arguments

BmpName1

the source file name

BmpName2

the destination file name

Return value

err: Error status (0=> success, 1=> fail)

References

LocationText
fatfs_storage.c:115
uint32_t Storage_CopyFile(const char* BmpName1, const char* BmpName2)
fatfs_storage.h:58
uint32_t Storage_CopyFile(const char *BmpName1, const char *BmpName2);

Call Tree

Functions called by Storage_CopyFile()
Storage_CopyFile()
Data read by Storage_CopyFile()
Data written by Storage_CopyFile()
Storage_CopyFile()
Storage_CopyFile()::index
all items filtered out
Type of Storage_CopyFile()
Storage_CopyFile()
uint32_t
all items filtered out