|
|
|
|
PM_backslash
Add a file directory separator to the end of the filename.
Declaration
void PMAPI PM_backslash(
char *s)
Prototype In
pmapi.h
Parameters
s |
String to append the directory separator character to |
Description
This function is a portable way to add a file directory separator to the end of the filename. The separator added will always work on the target platform, and is used extensively by binary portable modules that need to construct path names dynamically that will work properly on the target operating system.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com