This instance method sets the physical name of a file-system object.
#define INCL_WINWORKPLACE #include <os2.h> WPFileSystem *somSelf; /* Pointer to the object on which the method is being invoked. */ PSZ pszName; /* Pointer to a new file name. */ BOOL rc; /* Success indicator. */ rc = _wpSetRealName(somSelf, pszName);