THPUtyConvertToUnixFmt

C Specification

#include <win32/thputilities.h>
void THPUtyConvertToUnixFmt(char* fmt);

Arguments

fmt Pointer to the string to be converted.

Return Values

None.

Description

This function onverts a UNIX-format path indicated by fmt to a DOS-format path. The buffer specified by fmt is overwritten.

See Also

None.

Revision History

03/01/2006 Initial version.