|
||
void path_drawing ( char *buf )
char *buf; // character buffer to receive directory name
|
|
|
Synopsis |
#include "silver.h"
The path_drawing function copies the name of the current drawing directory into buf . The directory name is always terminated by a backslash ('\') character.
|
|
Parameters |
buf is the address of a character buffer that is to receive the directory name.
|
|
Return Value |
none.
|
|
See Also |
path_execution, path_home, path_library, path_silver, path_temp |
|
|
|