WBPlatform$: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (moved WBPlatform$ to WBPLATFORM$) |
(No difference)
|
Revision as of 08:59, 17 January 2012
The WBPlatform$ internal function returns WINDOWS when running unix / aix / linux client server when the config statement SHELL DEFAULT CLIENT is present. This allows programs that test for the Windows platform using WBPlatform$ to run in Windows mode in the client server environment. In this case, since shell calls occur on the client, and printing occurs on the client, the program's environment is that of the client's, even though the application and all file IO is actually running on the server.