$FUNCNAME$
	DOSPATH()
$CATEGORY$
	FILE/IO, DISKUTILS
$SUMMARY$
	Returns file name as DOS file name.
$LANG_RU$
	     DOS .
$SYNTAX$
     DOSPATH(<sUnixFileName>) 	--> <sDosFileName>
$ARGUMENTS$
     <sUnixFileName>	String, is the file name in UNIX style.
$LANG_RU$
     <sUnixFileName>	String,     UNIX .
$RETURNS$
     Returns file name in DOS style.
$LANG_RU$
	     DOS .
$DESCRIPTION$
     DOSPATH() uses specified in CLIP function <link linkend="functionSET">SET("C", ...)</link>
     values and returns UNIX file name as DOS file name.
$LANG_RU$
     DOSPATH()   CLIP  <link linkend="functionSET">SET("C", ...)</link>
        UNIX     DOS.
$EXAMPLES$

SET("C:", "/usr/home/user1")
sUnixFileName := "/usr/home/user1/test.prg"

? DOSPATH(sUnixFileName) 	// --> C:\test.prg

$PLATFORMS$
$SEEALSO$
$AUTHOR$
ITK
   $LANG_RU$

$END$

