C
BYTE Write_File_Entry( FILEOBJ fo, WORD * curEntry );
Description
This function will calculate the sector of the directory (whose base sector is pointed to by the dirccls value in the FSFILE object 'fo') that contains a directory entry whose offset is indicated by the curEntry parameter. It will then write the data in the global data buffer (which should already contain the entries for that sector) to the device.
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
fo |
File structure |
curEntry |
Write destination |
Return Values
Side Effects
None
Remarks
None