The SystemUtility category adds methods to F-Script's builtin sys object that are useful for command-line scripts.
Extends Class: System
The SystemUtility category adds methods to F-Script's System class, making them effectively global functions, as there is only one single sys object. Most of the methods deal with importing other files as libraries.