#include <avr/pgmspace.h>
#include "Sd2Card.h"
#include "FatStructs.h"
#include "Print.h"
Include dependency graph for SdFat.h:
Detailed DescriptionDefine Documentation
date field for FAT directory entry
day part of FAT directory date field
Default date for file timestamps is 1 Jan 2000
Default time for file timestamp is midnight
This SdFile has not been opened.
Test value for directory type
SdFile for a file
SdFile for a FAT16 root directory
SdFile for a FAT32 root directory
SdFile for a subdirectory
hour part of FAT directory time field
minute part of FAT directory time field
month part of FAT directory date field
second part of FAT directory time field
time field for FAT directory entry
year part of FAT directory date field
ls() flag to print modify date
ls() flag for recursive list of subdirectories
ls() flag to print file size
open() oflag mask for access modes
The file offset shall be set to the end of the file prior to each write.
create the file if nonexistent
If O_CREAT and O_EXCL are set, open() shall fail if the file exists
open() oflag - same as O_READ
open() oflag for reading and writing
open() oflag for reading
synchronous writes - call sync() after each write
truncate the file to zero length
open() oflag for write
open() oflag - same as O_WRITE
Arduino Print support if not zero
set the file's last access date
set the file's creation date and time |