Removes the name of the server from a full path specification
#include <stdlib.h>
#include <nwdir.h>
char * StripFileServerFromPath (
char *path,
char *server);
(IN) Points to the string containing the path from which to remove the server name.
(OUT) Points to the buffer in which to place the stripped server name (48 character maximum).
Returns a pointer to a path specification stripped of the server name.
StripFileServerFromPath removes the name of the server from a path specification. If the path parameter does not include a server specification, StripFileServerFromPath returns the original path. If the path parameter does include a server specification, the returned value begins with the volume specification.