...
One of these functions, FSEntry_Query()
, obtains information about an entry (including the attributes, date/time stamp and file size). Two functions set entry properties, FSEntry_AttribSet()
and FSEntry_TimeSet()
, which set a file’s attributes and date/time stamp. A new file entry can be created with FSEntry_Create()
or an existing entry deleted, copied or renamed (with FSEntry_Del()
, FSEntry_Copy()
or FSEntry_Rename()
).
Table 8-3 Entry API functions