Functions can be embedded in properties, and act in a similar way to regular Blitz functions.
Table of Contents
- VI. Build.Blitz
- blitzplus::userlib - Returns the full path of a BlitzPlus userlib file passed to it.
- VII. Build.BlitzBuild
- blitzbuild::property-exists - Checks to see if a property exists within a build file.
- environment::get-system-path - Gets a system path.
- project::get-buildfile-path - Gets the path to this build file.
- version::get-major - Gets the major part of a version string.
- version::get-minor - Gets the "minor" part of a version string.
- version::get-build - Gets the "build" part of a version string.
- version::get-revision - Gets the "revision" part of a version string.
- version::is-newer - Compares two version numbers.
- version::is-older - Compares two version numbers.
- version::is-equal - Compares two version numbers.
- VIII. Build.File
- file::exists - Checks to see if a file exists.
- path::exists - Checks to see if a folder exists.