C
BYTE writeDotEntries( DISK * dsk, DWORD dotAddress, DWORD dotdotAddress );
Description
The writeDotEntries function will create and write dot and dotdot entries to a newly created directory.
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
disk |
The global disk structure |
dotAddress |
The cluster the current dir is in |
dotdotAddress |
The cluster the previous directory was in |
Return Values
Side Effects
None
Remarks
None.