fileSystemInfo
A lazy-initialized property that holds the information about the operating system. This property is retrieved from the systemInfo
object and represents the operating system details that include file system information, version, network statistics, and more.
It is initialized only when it is accessed for the first time, which can help improve performance by deferring the creation of the operatingSystem
object until it's actually needed.