Instructions
331 C-Control Pro IDE
© 2013 Conrad Electronic
Parameter
fil_ramaddr address of the FILE buffer
pos read / write position
Return Parameter
Success of the called SDC function. See SDC Return Values.
5.21.7 SDC_FSetDateTime
SDCard Functions
Syntax
byte SDC_FSetDateTime(char path[], byte day, byte mon, word year, byte min,
byte hours, byte sec);
Sub SDC_FSetDateTime(ByRef path As Char,day As Byte,mon As Byte,year As Word,
min As Byte, hours As Byte, sec As Byte) As Byte
Description
Set the date and time attributes of a file.
Parameter
path file path
day Day (1-31)
mon Month (1-12)
year Year (1980-2107)
min Minute (0-59)
hours Gour (0-23)
sec Second (0-59) (is always set to an even value)
Return Parameter
Success of the called SDC function. See SDC Return Values.
5.21.8 SDC_FStat
SDCard Functions
Syntax
byte SDC_FStat(char path[], dword filinfo[]);
Sub SDC_FStat(ByRef path As Char, ByRef filinfo As ULong) As Byte
Description