C
BYTE FormatDirName( char * string, BYTE mode );
Description
Format an 8.3 filename into directory structure format. If the name is less than 8 chars, then it will be padded with spaces. If the extension name is fewer than 3 chars, then it will also be oadded with spaces. The ValidateChars function is used to ensure the characters in the specified directory name are valid in this filesystem.
Preconditions
This function should not be called by the user.
Parameters
Return Values
Side Effects
None
Remarks
None.