...
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()
).
Function | Description |
| Set a file or directory's attributes. |
| Copy a file. |
| Create a file or directory. |
| Delete a file or directory. |
| Get information about a file or directory. |
| Rename a file or directory. |
| Set a file or directory's date/time. |
Table 8-3 Entry API functions