Feedback
Surface current user, computer, and local IP information
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/348-systemusername-computername-ipaddress
- Last updated
- 2026-06-15
Public summary
Expose basic local system identity information through the existing System module so ObjoBasic apps can identify the current operating-system user, the computer name, and active local IP addresses.
Requested API:
System.Username As StringSystem.ComputerName As StringSystem.LocalIPAddresses As Array(Of String)System.LocalIPv4Addresses As Array(Of String)System.LocalIPv6Addresses As Array(Of String)
The IP address API deliberately returns arrays because modern machines commonly have multiple network interfaces and address families.