Indicates the Operating System hosting the Indy application.
GOSType = otDotNet;
GOSType is a constant that indicates the Operating System or platform hosting the application using the Indy library. The value in GOSType is assigned based on compiler defines for the operating system or platform, and can contain the following values:
Value |
Meaning |
otLinux |
Linux operating system |
otWindows |
Windows operating system |
otDotNet |
Net platform |
Use GPathDelim to determine the path delimiter to use for the host operating system or platform.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |