1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css"> 7<title>THPUtyConvertToUnixFmt</title> 8</head> 9 10<body> 11 12<h1>THPUtyConvertToUnixFmt</h1> 13 14<h2>Syntax</h2> 15<dl><dd><pre class="construction"> 16#include <win32/thputilities.h> 17 18void THPUtyConvertToUnixFmt(char* fmt); 19</pre></dd></dl> 20 21<h2>Arguments</h2> 22<TABLE class="arguments" border="1" > 23 <tr> 24<th>fmt</th> 25<td>Pointer to the char string to convert.</td> 26 </tr> 27</table> 28 29<h2>Return Values</h2> 30<p> 31None. 32</p> 33 34<h2>Description</h2> 35<p> 36Converts the UNIX format path specified by <SPAN class="argument">fmt</SPAN> to a DOS format path. The buffer specified by <SPAN class="argument">fmt</SPAN> is overwritten. 37</p> 38 39<h2>See Also</h2> 40<p> 41None. 42</p> 43 44<h2>Revision History</h2> 45<P> 462006/03/01 Initial version.<br> 47</P> 48 49<hr><p>CONFIDENTIAL</p></body> 50</html>