foobar2000 SDK
2015-08-03
|
#include <filesystem.h>
Public Member Functions | |
bool | operator!= (const t_filestats ¶m) const |
bool | operator== (const t_filestats ¶m) const |
Data Fields | |
t_filesize | m_size |
t_filetimestamp | m_timestamp |
Stores file stats (size and timestamp).
Definition at line 69 of file filesystem.h.
|
inline |
Definition at line 76 of file filesystem.h.
|
inline |
Definition at line 75 of file filesystem.h.
t_filesize foobar2000_io::t_filestats::m_size |
Size of the file.
Definition at line 71 of file filesystem.h.
t_filetimestamp foobar2000_io::t_filestats::m_timestamp |
Time of last file modification.
Definition at line 73 of file filesystem.h.